Extended camera used to automatically look at a specified target object.


Inherited from ControllerBase.


Can be created using method new:

Lib.Away3D.Controllers.LookAtController.new(targetObject, lookAtObject)

Creates a new LookAtController object.

targetObject - Entity (default = nil)

lookAtObject - ObjectContainer3D (default = nil)


Created LookAtController object has properties:

lookAtObject

The 3d object that the target looks at. (ObjectContainer3D)

lookAtPosition

The Vector3D object that the target looks at. (Vector3D)


methods:

update(interpolate)

[override] Manually applies updates to the target 3D object.

interpolate - Boolean (default = true)


Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator