Advertisement
buckeyevr

Untitled

Nov 13th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. // cirkeloefening1.bvr\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=red\ncirkel1.spawn\n\n// cirkeloefening2.bvr\ncirkel2=parametricCurve\ncirkel2.setMinMax=t,-10,10\ncirkel2.setEquation=x,(3*cos(t))\ncirkel2.setEquation=y,(3*sin(t))\ncirkel2.setEquation=z,(-3)\ncirkel2.setSegmentCount=100\ncirkel2.setWidth=0.05,0.05\ncirkel2.color=red\ncirkel2.spawn\n\n// cirkeloefening3.bvr\ncirkel3=parametricCurve\ncirkel3.setMinMax=t,-10,10\ncirkel3.setEquation=x,(3)\ncirkel3.setEquation=y,(3*cos(t))\ncirkel3.setEquation=z,(3*sin(t))\ncirkel3.setSegmentCount=100\ncirkel3.setWidth=0.05,0.05\ncirkel3.color=cyan\ncirkel3.spawn\n\n// cirkeloefening4.bvr\ncirkel4=parametricCurve\ncirkel4.setMinMax=t,-10,10\ncirkel4.setEquation=x,(-3)\ncirkel4.setEquation=y,(3*cos(t))\ncirkel4.setEquation=z,(3*sin(t))\ncirkel4.setSegmentCount=100\ncirkel4.setWidth=0.05,0.05\ncirkel4.color=cyan\ncirkel4.spawn\n\n//cirkeloefening5.bvr\ncirkel5=parametricCurve\ncirkel5.setMinMax=t,-10,10\ncirkel5.setEquation=x,(3*cos(t))\ncirkel5.setEquation=y,(3)\ncirkel5.setEquation=z,(3*sin(t))\ncirkel5.setSegmentCount=100\ncirkel5.setWidth=0.05,0.05\ncirkel5.color=green\ncirkel5.spawn\n\n//cirkeloefening6.bvr\ncirkel6=parametricCurve\ncirkel6.setMinMax=t,-10,10\ncirkel6.setEquation=x,(3*cos(t))\ncirkel6.setEquation=y,(-3)\ncirkel6.setEquation=z,(3*sin(t))\ncirkel6.setSegmentCount=100\ncirkel6.setWidth=0.05,0.05\ncirkel6.color=green\ncirkel6.spawn\n\n\n\n\n\n\n\n\n\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement