Advertisement
buckeyevr

Untitled

Feb 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. //sphereandplane.bvr\n\n//Parametric surface\ns=parametricSurface\ns.setMinMax=s,0,3.1415\ns.setMinMax=t,0,6.2830\ns.setEquation=x,(R*cos(t)*sin(s))\ns.setEquation=y,(R*sin(t)*sin(s))\ns.setEquation=z,(R*cos(s))\ns.setSegmentCount=30 \ns.spawn\n\nParametric surface\nplane=parametricSurface\nplane.setMinMax=t,-12,12\nplane.setEquation=x,(4)\nplane.setEquation=y,(0)\nplane.setEquation=z,(0)\nplane.setSegmentCount=70\nplane.spawn\n\n//Text\ntxt=text\ntxt.text=Buckeye VR\ntxt.color=green\ntxt.position=0,0,4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement