> As i spent some time learning more clutter (which i like more and > more), i discovered some strange rotation behaviour: i wanted to > reproduce a cube-like effect, using a rotation behaviour from -90° to > 0° (300x300 texture, (150,150,-150) as center parameters); i expected > the texture to be invisible (or a mere line) when -90° orientation, > but it's somewhat biased... Any hints?
It should be invisible when rotated by 90 degress if, and only if, the center of the rotation is dead in the center of the stage; if it is not in the center of the stage, then it will some kind of a generic quadrangle, depending on where it is on the stage and how the perspective is set up. Tomas -- To unsubscribe send a mail to [EMAIL PROTECTED]
