Advertisement
buckeyevr

Untitled

Nov 13th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. \n// 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=blue\ncirkel2.spawn\n\n// cirkeloefening3.bvr\ncirkel3=parametricCurve\ncirkel3.setMinMax=t,-10,10\ncirkel3.setEquation=x,(3*cos(t))\ncirkel3.setEquation=y,(3*sin(t))\ncirkel3.setEquation=z,(-3)\ncirkel3.setSegmentCount=100\ncirkel3.setWidth=0.5,0.5\ncirkel3.color=aqua\ncirkel3.spawn\n\n// cirkeloefening4.bvr\ncirkel4=parametricCurve\ncirkel4.setMinMax=t,-10,10\ncirkel4.setEquation=x,(3*cos(t))\ncirkel4.setEquation=y,(-3*sin(t))\ncirkel4.setEquation=z,(-3)\ncirkel4.setSegmentCount=100\ncirkel4.setWidth=0.5,0.5\ncirkel4.color=magenta\ncirkel4.spawn\n\n\n// cirkeloefening5.bvr\ncirkel5=parametricCurve\ncirkel5.setMinMax=t,-10,10\ncirkel5.setEquation=-x,(3*cos(t))\ncirkel5.setEquation=y,(3*sin(t))\ncirkel5.setEquation=z,(3)\ncirkel5.setSegmentCount=100\ncirkel5.setWidth=0.20,0.20\ncirkel5.color=black\ncirkel5.spawn\n\n// cirkeloefening6.bvr\ncirkel6=parametricCurve\ncirkel6.setMinMax=t,-10,10\ncirkel6.setEquation=x,(3)\ncirkel6.setEquation=y,(3*cos(t))\ncirkel6.setEquation=z,(3*sin(t))\ncirkel6.setSegmentCount=100\ncirkel6.setWidth=0.20,0.20\ncirkel6.color=yellow\ncirkel6.spawn\n\n// cirkeloefening7.bvr\ncirkel7=parametricCurve\ncirkel7.setMinMax=t,-10,10\ncirkel7.setEquation=x,(-3)\ncirkel7.setEquation=y,(3*cos(t))\ncirkel7.setEquation=z,(3*sin(t))\ncirkel7.setSegmentCount=100\ncirkel7.setWidth=0.20,0.20\ncirkel7.color=green\ncirkel7.spawn\n\n// cirkeloefening8.bvr\ncirkel8=parametricCurve\ncirkel8.setMinMax=t,-10,10\ncirkel8.setEquation=x,(3*cos(t))\ncirkel8.setEquation=y,(3)\ncirkel8.setEquation=z,(3*sin(t))\ncirkel8.setSegmentCount=100\ncirkel8.setWidth=0.20,0.20\ncirkel8.color=cyan\ncirkel8.spawn\n\n// cirkeloefening9.bvr\ncirkel9=parametricCurve\ncirkel9.setMinMax=t,-10,10\ncirkel9.setEquation=x,(3*cos(t))\ncirkel9.setEquation=y,(-3)\ncirkel9.setEquation=z,(3*sin(t))\ncirkel9.setSegmentCount=100\ncirkel9.setWidth=0.20,0.20\ncirkel9.color=fuchsia\ncirkel9.spawn\n\n//text\ntxt=text\ntxt.text= Myreann & Cato\ntxt.color=white\ntxt.position=(0,0,2)\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement