Description :
|
The -R option specifies a rotation about the origin. If the argument is
three values, these are the number of degrees to rotate the model around
the x, y and z axes, in that order. In this example the model is rotated
-30 degrees around the x-axis.
View this model with the command
off_color -r A0.2,f ant4 > orig.off off_trans -R -30,0,0 ant4 | antiview -C 0,0,0 - orig.off
|
|