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

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

php - What is the best way to get the URL of a 404'd file after redirect? -