Description :
|
The -I option specifies reflection, or inversion, in the origin.
To produce a reflection (inversion) in a point other than the origin:
translate by the negative of the coordinates of the point, then reflect in
the origin, then
translate by the coordinates of the point. In this example the model
is reflected in the point (0.2,0,0).
View this model with the command
off_color -r A0.2,f J33 > orig.off off_trans -T -0.2,0,0 -I -T 0.2,0,0 J33 | antiview -C 0,0,0 - orig.off
|
|