/ Published in: ActionScript 3
Expand |
Embed | Plain Text
import flash.geom.PerspectiveProjection; import flash.geom.Point; this.transform.perspectiveProjection = new PerspectiveProjection (); this.transform.perspectiveProjection.projectionCenter = new Point (this.x, this.y); this.transform.perspectiveProjection.fieldOfView = 20;
You need to login to post a comment.
