Advertisement
buckeyevr

Untitled

Nov 13th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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.5,0.5\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.5,0.5\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.5,0.5\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.5,0.5\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.5,0.5\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.5,0.5\ncirkel6.color=green\ncirkel6.spawn\n\n\n// cirkeloefening7.bvr\ncirkel7=parametricCurve\ncirkel7.setMinMax=t,-10,10\ncirkel7.setEquation=x,(3*cos(t))\ncirkel7.setEquation=y,(-3*sin(t))\ncirkel7.setEquation=z,(3)\ncirkel7.setSegmentCount=100\ncirkel7.setWidth=0.5,0.5\ncirkel7.color=yellow\ncirkel7.spawn\n\n// cirkeloefening8.bvr\ncirkel8=parametricCurve\ncirkel8.setMinMax=t,-10,10\ncirkel8.setEquation=x,(3*cos(t))\ncirkel8.setEquation=y,(-3*sin(t))\ncirkel8.setEquation=z,(-3)\ncirkel8.setSegmentCount=100\ncirkel8.setWidth=0.5,0.5\ncirkel8.color=yellow\ncirkel8.spawn\n\n// cirkeloefening9.bvr\ncirkel9=parametricCurve\ncirkel9.setMinMax=t,-10,10\ncirkel9.setEquation=x,(3)\ncirkel9.setEquation=y,(3*cos(t))\ncirkel9.setEquation=z,(-3*sin(t))\ncirkel9.setSegmentCount=100\ncirkel9.setWidth=0.5,0.5\ncirkel9.color=black\ncirkel9.spawn\n\n// cirkeloefening10.bvr\ncirkel10=parametricCurve\ncirkel10.setMinMax=t,-10,10\ncirkel10.setEquation=x,(-3)\ncirkel10.setEquation=y,(3*cos(t))\ncirkel10.setEquation=z,(-3*sin(t))\ncirkel10.setSegmentCount=100\ncirkel10.setWidth=0.5,0.5\ncirkel10.color=black\ncirkel10.spawn\n\n//cirkeloefening11.bvr\ncirkel11=parametricCurve\ncirkel11.setMinMax=t,-10,10\ncirkel11.setEquation=x,(3*cos(t))\ncirkel11.setEquation=y,(3)\ncirkel11.setEquation=z,(-3*sin(t))\ncirkel11.setSegmentCount=100\ncirkel11.setWidth=0.5,0.5\ncirkel11.color=magenta\ncirkel11.spawn\n\n//cirkeloefening12.bvr\ncirkel12=parametricCurve\ncirkel12.setMinMax=t,-10,10\ncirkel12.setEquation=x,(3*cos(t))\ncirkel12.setEquation=y,(-3)\ncirkel12.setEquation=z,(-3*sin(t))\ncirkel12.setSegmentCount=100\ncirkel12.setWidth=0.5,0.5\ncirkel12.color=magenta\ncirkel12.spawn\n\ntext1=text\ntext1.position=0,0,0\ntext1.scale=0.1,0.1,0.1\ntext1.color= white\ntext1.text=Tessa + Ilonka\n\n\n\n\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement