away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
640 stars 273 forks source link

Add coordinateSystem property to PerspectiveLens.as #651

Closed ChrisDenham closed 10 years ago

ChrisDenham commented 11 years ago

Away3D appears to default to a left-handed coordinate system, but other systems (e.g. Alternativa3D, OpenSceneGraph, etc) defaults to a right-handed projection. For compatibility with such systems I have added an option to PerspectiveLens which allows the handedness of the coordinate system to be switched.

The default state of the projection will not be affected by this change.

profelis commented 11 years ago

great fix!