prettyPixel
03-14-2005, 10:07 PM
I have found the way to know if an object is an mirrored object.
When I see in the Scale Transform Type-In windows, the absolute:local coordinates of an mirrored object is negative on the axis where the mirror operated.
Very well. That is exactly what I want... but I don't know how to calculate myself this values :-(
for instance when I see:
X -100
Y 100
Z 100
It is the good solution because the object is mirrored on the axis X :)
but when I tape in the listener
in coordsys local o.scale (o is my object)
[1,1,1]
in coordsys world o.scale
[1,1,1]
The values are different...
How to calculate the same values that I see in the "Scale Transform Type-In" windows ?
When I see in the Scale Transform Type-In windows, the absolute:local coordinates of an mirrored object is negative on the axis where the mirror operated.
Very well. That is exactly what I want... but I don't know how to calculate myself this values :-(
for instance when I see:
X -100
Y 100
Z 100
It is the good solution because the object is mirrored on the axis X :)
but when I tape in the listener
in coordsys local o.scale (o is my object)
[1,1,1]
in coordsys world o.scale
[1,1,1]
The values are different...
How to calculate the same values that I see in the "Scale Transform Type-In" windows ?
