Advertisement
buckeyevr

Untitled

Feb 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 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\n\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement