buckeyevr

Untitled

Feb 21st, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Example Curve.bvr\n \n// Parametric curve\nhelix=parametricCurve\nhelix.setMinMax=t,-10,10\nhelix.setEquation=x,(cos(t))\nhelix.setEquation=y,(sin(t))\nhelix.setEquation=z,(.3*t)\nhelix.setSegmentCount=70\nhelix.setThickness=0.2\nhelix.color=red\nhelix.spawn
Add Comment
Please, Sign In to add comment