Advertisement
buckeyevr

Untitled

Feb 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. //ThanusshaChaseLilyHarshitha.bvr\n\n//Parametricsurface\ncyl=parametricSurface\ncyl.setMinMax=s,-1,1\ncyl.setMinMax=t,0,6.6\ncyl.setEquation=x,((3+s*cos(t/2))*cos(t))\ncyl.setEquation=y,((3+s*cos(t/2))*sin(t))\ncyl.setEquation=z,(s*sin(t/2))\ncyl.setSegmentCount=20\ncyl.color=yellow\ncyl.spawn\n\ncurve=parametricCurve\ncurve.setMinMax=t,-6.6,6.6\ncurve.setEquation=x,((-3)*cos(t)-0.2*cos(t)*cos(t/2))\ncurve.setEquation=y,(3*sin(t)+0.2*cos(t/2)*sin(t)) \ncurve.setEquation=z,((-1)*0.2*sin(t/2))\ncurve.setSegmentCount=70\ncurve.setThickness=0.2\ncurve.color=red\ncurve.spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement