How to alter the projection center in Away3D using a perspectiveLens
.
I know it can be done with the standard flash 3d library, using:
root.transform.perspectiveProjection.projectionCenter = new Point(center.x, center.y);
But no such function exists when looking into the Away3D classes.
Does away3D achieve this by using another method?