Advertisement
buckeyevr

Untitled

Nov 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // worstenbrood.bvr\n\nA1=parametricSurface\nA1.setMinMax=t,0,6.28\nA1.setMinMax=s,0,6.28\nA1.setEquation=x,(3*cos(t)*cos(s))\nA1.setEquation=y,(3*cos(t)*sin(s))\nA1.setEqvuation=z,(3*sin(t))\nA1.setSegmentCount=100\nA1.setWidth=0.05,0.05\nA1.color=red\nA1.spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement