buckeyevr

Untitled

Nov 13th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // cirkelmyreannencato.bvr\n\n//Parametric surface\nt=parametricSurface\nt.setMinMax=s,0,6.5\nt.setMinMax=t,0,6.5\nt.setEquation=x,((2.5+1.2*cos(s))*cos(t))\nt.setEquation=y,((2.5+1.2*cos(s))*sin(t))\nt.setEquation=z,(sin(s))\nt.setSegmentCount=30 \nt.spawn\n\n//Parametric curve\nwhoosh=parametricCurve\nwhoosh.setMinMax=t,-12,12\nwhoosh.setEquation=x,(cos^2(t))\nwhoosh.setEquation=y,(4*sin(t))\nwhoosh.setEquation=z,(.3*t)\nwhoosh.setSegmentCount=50\nwhoosh.setThickness=0.20\nwhoosh.color=aqua\nwhoosh.spawn\n\n//Vector\nz=vectorDraw\nz.setTail=0,0,0\nz.setHead=0,0,2\nz.color=blue\nz.setRadius=0.25\nz.spawn\n\n//Text\ntxt=text\ntxt.text=Buckeye VR\ntxt.color=green\ntxt.position=0,0,4\n
Advertisement
Add Comment
Please, Sign In to add comment