Advertisement
buckeyevr

Untitled

Nov 13th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. // superspiraal.bvr\n\ncirkel160=parametricCurve\ncirkel160.setMinMax=t,0,25.132741228\ncirkel160.setEquation=x,(3*cos(t))\ncirkel160.setEquation=y,(3*sin(t))\ncirkel160.setEquation=z,(0.3*t)\ncirkel160.setSegmentCount=100\ncirkel160.setWidt=0.05,0.05\ncirkel160.color=yellow\ncirkel160.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-0.25)\ncirkel161.setSegmentCount=100\ncirkel161.setWidt=0.05,0.05\ncirkel161.color=blue\ncirkel161.spawn\n\ncirkel162=parametricCurve\ncirkel162.setMinMax=t,0,25.132741228\ncirkel162.setEquation=x,(3*cos(t))\ncirkel162.setEquation=y,(3*sin(t))\ncirkel162.setEquation=z,(0.3*t-0.5)\ncirkel162.setSegmentCount=100\ncirkel162.setWidt=0.05,0.05\ncirkel162.color=red\ncirkel162.spawn\n\ncirkel163=parametricCurve\ncirkel163.setMinMax=t,0,25.132741228\ncirkel163.setEquation=x,(3*cos(t))\ncirkel163.setEquation=y,(3*sin(t))\ncirkel163.setEquation=z,(0.3*t-0.75)\ncirkel163.setSegmentCount=100\ncirkel163.setWidt=0.05,0.05\ncirkel163.color=green\ncirkel163.spawn\n\ncirkel164=parametricCurve\ncirkel164.setMinMax=t,0,25.132741228\ncirkel164.setEquation=x,(3*cos(t))\ncirkel164.setEquation=y,(3*sin(t))\ncirkel164.setEquation=z,(0.3*t-1.25)\ncirkel164.setSegmentCount=100\ncirkel164.setWidt=0.05,0.05\ncirkel164.color=magenta\ncirkel164.spawn\n\ncirkel165=parametricCurve\ncirkel165.setMinMax=t,0,25.132741228\ncirkel165.setEquation=x,(3*cos(t))\ncirkel165.setEquation=y,(3*sin(t))\ncirkel165.setEquation=z,(0.3*t-1)\ncirkel165.setSegmentCount=100\ncirkel165.setWidt=0.05,0.05\ncirkel165.color=black\ncirkel165.spawn\n\ncirkel166=parametricCurve\ncirkel166.setMinMax=t,0,25.132741228\ncirkel166.setEquation=x,(3*cos(t))\ncirkel166.setEquation=y,(3*sin(t))\ncirkel166.setEquation=z,(0.3*t-1.5)\ncirkel166.setSegmentCount=100\ncirkel166.setWidt=0.05,0.05\ncirkel166.color=white\ncirkel166.spawn\n\ncirkel16=parametricCurve\ncirkel16.setMinMax=t,0,25.132741228\ncirkel16.setEquation=x,(3*cos(t))\ncirkel16.setEquation=y,(3*sin(t))\ncirkel16.setEquation=z,(0.3*t-1.75)\ncirkel16.setSegmentCount=100\ncirkel16.setWidt=0.05,0.05\ncirkel16.color=cyan\ncirkel16.spawn\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement