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

See also:

  • away3d.containers.View3D

Constructor

@:value({ lookAtObject : null, targetObject : null })new(?targetObject:Entity, ?lookAtObject:ObjectContainer3D)

Creates a new LookAtController object.

Variables

lookAtPosition:Vector3D

The Vector3D object that the target looks at.

upAxis:Vector3D

The vector representing the up direction of the target object.

Methods

@:value({ interpolate : true })update(interpolate:Bool = true):Void

@inheritDoc

Inherited Variables

Inherited Methods