Advertisement
buckeyevr

Untitled

Nov 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. // cirkeloefening1.bvr\n\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,0,25.12\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// cirkeloefening1.bvr\n\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,0,6.28\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=blue\ncirkel1.spawn\n\n// cirkeloefening1.bvr\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,-10,10\ncirkel1.setEquation=x,(3*cos(t))\ncirkel1.setEquation=y,(3)\ncirkel1.setEquation=z,(3*sin(t))\ncirkel1.setSegmentCount=100\ncirkel1.setWidth=0.05,0.05\ncirkel1.color=red\ncirkel1.spawn\n\n// cirkeloefening1.bvr\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,-10,10\ncirkel1.setEquation=x,(3*cos(t))\ncirkel1.setEquation=y,(-3)\ncirkel1.setEquation=z,(3*sin(t))\ncirkel1.setSegmentCount=100\ncirkel1.setWidth=0.05,0.05\ncirkel1.color=red\ncirkel1.spawn\n\n// cirkeloefening1.bvr\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,-10,10\ncirkel1.setEquation=x,(3)\ncirkel1.setEquation=y,(3*sin(t))\ncirkel1.setEquation=z,(3*cos(t))\ncirkel1.setSegmentCount=100\ncirkel1.setWidth=0.05,0.05\ncirkel1.color=red\ncirkel1.spawn\n\n// cirkeloefening1.bvr\ncirkel1=parametricCurve\ncirkel1.setMinMax=t,-10,10\ncirkel1.setEquation=x,(-3)\ncirkel1.setEquation=y,(3*sin(t))\ncirkel1.setEquation=z,(3*cos(t))\ncirkel1.setSegmentCount=100\ncirkel1.setWidth=0.05,0.05\ncirkel1.color=red\ncirkel1.spawn\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement