[Papervision3D] lookAt( targetObject:DisplayObject3D )
Carlos Ulloa
c4rl054321 at gmail.com
Fri Jan 19 14:31:33 EST 2007
While putting the final touches on the next revision, I've implemented a
lookAt method in DisplayObject3D:
http://www.papervision3d.org/demos/lookat/index.swf
The code is just this:
for each( var plane:DisplayObject3D in scene.objects )
if( plane != lookAtMe )
plane.lookAt( lookAtMe );
Coming very soon,
C4RL05
// noventaynueve.com
// papervision3d.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070119/4b9cc54e/attachment.htm
More information about the Papervision3D
mailing list