Advertisement
buckeyevr

Untitled

Feb 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //Mobius_Strip.bvr\n\nhelix=parametricSurface\nhelix.setMinMax=t,0,7\nhelix.setMinMax=s,-1,1\nhelix.setEquation=x,((3+s*cos(t/2))*cos(t))\nhelix.setEquation=y,((3+s*cos(t/2))*sin(t)) \nhelix.setEquation=z,(s*sin(t/2))\nhelix.setSegmentCount=40\nhelix.color=red\nhelix.spawn \nhe=parametricCurve\nhe.setMinMax=t,0,14\nhe.setEquation=x,(3*cos(t)+0*cos(t/2)*cos(t))\nhe.setEquation=y,(3*sin(t)+0*cos(t/2)*sin(t))\nhe.setEquation=z,(0)\nhe.setSegmentCount=80\nhe.setThickness=0.1 \nhe.color=green \nhe.spawn\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement