|
|
i was wondering if these two lines are feasible to move an object along
the x-axis, i can't seem to find an example of how to translate an
object along a linear path
#declare XPos = clock*10;
sphere { <XPos,0,0>, .5 }
also, those lines should be the same as this one right?
sphere { <clock*10,0,0>, .5 }
thanks for any help!
CMcCabe
Post a reply to this message
|
|