Advertisement
buckeyevr

Untitled

Nov 13th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // kromme.bvr\n\ncirkel16=parametricCurve\ncirkel16.setMinMax=t,0,6.283124\ncirkel16.setEquation=x,(3*cos(t))\ncirkel16.setEquation=y,(3*sin(t))\ncirkel16.setEquation=z,(0.3*t)\ncirkel16.setSegmentCount=100\ncirkel16.setWidt=0.05,0.05\ncirkel16.color=yellow\ncirkel16.spawn\n\ncirkel161=parametricCurve\ncirkel161.setMinMax=t,0,25.132741228\ncirkel161.setEquation=x,(3*cos(t))\ncirkel161.setEquation=y,(3*sin(t))\ncirkel161.setEquation=z,(0.3*t)\ncirkel161.setSegmentCount=100\ncirkel161.setWidt=0.05,0.05\ncirkel161.color=blue\ncirkel161.spawn\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement