Advertisement
buckeyevr

Untitled

Jan 11th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. //vectors.bvr\n//p=0.5\ncirkel4=parametricCurve \ncirkel4.setMinMax=t,0,25.2 \ncirkel4.setEquation=x,(3*cos(t)) \ncirkel4.setEquation=y,(3*sin(t))\ncirkel4.setEquation=z,(0.5*t)\ncirkel4.setSegmentCount=1000 \ncirkel4.setWidth=0.05,0.05 \ncirkel4.color=red \ncirkel4.spawn\n\n//t=3.14\nVector1=vectorPoints \nVector1.setTail=-3,0,1.6\nVector1.setHead=-3,-3,2.1\nVector1.color=green \nVector1.setRadius=0.1 \nVector1.spawn\n\n//t=2.5*3.14\nVector2=vectorPoints \nVector2.setTail=0,3,3.92\nVector2.setHead=-3,3,4.42\nVector2.color=blue\nVector2.setRadius=0.1 \nVector2.spawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement