Advertisement
buckeyevr

Untitled

Feb 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //MobiusStrip.bvr\n\n//MobiusStrip\nstrip=parametricSurface\nstrip.setMinMax=t,0,6.6\nstrip.setMinMax=s,-1,1\nstrip.setEquation=x,((3+s*cos(t/2))*cos(t))\nstrip.setEquation=y,((3+s*cos(t/2))*sin(t))\nstrip.setEquation=z,(s*sin(t/2))\nstrip.setThickness=0.5\nstrip.setSegmentCount=20\nstrip.color=blue\nstrip.spawn\n\n//MobiusStripCurve\ncurve=parametricCurve\ncurve.setMinMax=t,0,13.2\ncurve.setMinMax=s,-1,1\ncurve.setEquation=x,(3*cos(t)-1/5*cos(t)*sin(t/2))\ncurve.setEquation=y,(3*sin(t)-1/5*sin(t)*sin(t/2))\ncurve.setEquation=z,(1/5*cos(t/2))\ncurve.setThickness=0.2\ncurve.setSegmentCount=40\ncurve.color=white\ncurve.spawn\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement