|
|
#declare tmp = vaxis_rotate(q2,p3,180);
#debug "tmp"//What is the vector of this point...
sphere { tmp 0.09
pigment { rgb <1,0,0>*5 }
finish { phong 1 }
translate p1 }
How do i send a vector to the output in the messages window...
Or how to convert a vector to a srting...
Post a reply to this message
|
|