/ Published in: ActionScript 3

URL: http://www.madvertices.com/2008/10/papervision-3d-lookat-method.html
Easily make a camera or object look towards another object.
Expand |
Embed | Plain Text
// Just tell it what objects to use! myObjectOrCamera.lookAt(myOtherObject);
You need to login to post a comment.