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
90 degrees around the x-axis, then 30 degrees around the z-axis.
View this model with the command
off_color -r A0.2,f ant4 > orig.off off_trans -R 90,0,30 ant4 | antiview -C 0,0,0 - orig.off
|
|