buckeyevr

Untitled

Nov 13th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. //cirkeloefening3.bvr\n\n\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,0,6.28\ncirkel1.setEquation=x,((2+cos(3*t))*cos(2*t))\ncirkel1.setEquation=y,((2+cos(3*t))*sin(2*t))\ncirkel1.setEquation=z,(sin(3*t))\ncirkel1.setSegmentCount=100\ncirkel1.setWidth=0.05,0.05\ncirkel1.color=blue\ncirkel1.spawn\n1.1.\n\n\n
Add Comment
Please, Sign In to add comment