Advertisement
buckeyevr

Untitled

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