actionscript 3 - Dynamically change 3D Center point in FlashCS4 -
Using the new 3D features in CS4 I know that you can manually move the 3D center point through the Transform panel Can change, but does anyone know how it can be dynamic in order? (I.e. through code)
I did not even know that, but I did a quick Google research And found
I think it would do something like this:
this.transform.perspectiveProjection.projectionCenter = new point (200,200);
Comments
Post a Comment