Advertisement
buckeyevr

Untitled

Feb 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. //Disco_floor.bvr\n\n//Parametricsurface\nball=parametricSurface\nball.setMinMax=s,-100,100\nball.setMinMax=t,-100,100\nball.setEquation=x,(cos(t)*sin(s))\nball.setEquation=y,(sin(t)*sin(s))\nball.setEquation=z,(5+cos(s))\nball.setSegmentCount=20\nball.color=blue\nball.spawn\n\n// Parametric curve\nrod=parametricCurve\nrod.setMinMax=t,5,100\nrod.setEquation=x,(0)\nrod.setEquation=y,(0)\nrod.setEquation=z,(t)\nrod.setSegmentCount=70\nrod.setThickness=0.2 \nrod.color=yellow\nrod.spawn\n\n\n//Stretch from -5.5 to 5.5 both x, y axis\n//Multicolor dance floor center at x,y,z = (0,0,0)\ntile00 = plane\ntile00.position = -4.5,-4.5,0\ntile00.color = 51,54,74\ntile00.scale = 1,1,1\n\ntile01 = plane\ntile01.position = -4.5,-3.5,0%25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement