Advertisement
buckeyevr

Untitled

Nov 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // cirkeloefening1.bvr \n \ncirkel1=parametricCurve\ncirkel1.setMinMax=t,0,10 \ncirkel1.setEquation=x,(3*cos(t))\ncirkel1.setEquation=y,(3*sin(t)) \ncirkel1.setEquation=z,(0.3*t)\ncirkel1.setSegmentCount=100 \ncirkel1.setWidth=0.05,0.05 \ncirkel1.color=red\ncirkel1.spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement