buckeyevr

Untitled

Feb 22nd, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. //KentHoang.bvr\n//sphere\nsphere0=parametricSurface\nsphere0.setMinMax=t,0,6.6\nsphere0.setMinMax=s,0,3.3\nsphere0.setEquation=x,(5*cos(t)*sin(s))\nsphere0.setEquation=y,(5*sin(t)*sin(s))\nsphere0.setEquation=z,(5*cos(s))\nsphere0.color=cyan\nsphere0.setSegmentCount=20\nsphere0.spawn \n\n//plane\nP=parametricSurface\nP.setMinMax=s,-10,10\nP.setMinMax=t,-10,10\nP.setEquation=x,(2)\nP.setEquation=y,(s)\nP.setEquation=z,(t)\nP.setSegmentCount=10\nP.spawn\n\n//circle\nh=parametricCurve\nh.setMinMax=t,-3.3,3.3\nh.setEquation=x,(2.25)\nh.setEquation=y,(4.5*cos(t))\nh.setEquation=z,(4.5*sin(t))\nh.setSegmentCount=40\nh.setThickness=.5\nh.color=blue\nh.spawn\n\ntxt=text\ntxt.text= hoang.128\ntxt.color=magenta\ntxt.scale=1,1,1\ntxt.position=0,50,30
Add Comment
Please, Sign In to add comment