View source
class FirstPersonController
package away3d.controllers
extends ControllerBase
Available on all platforms
Extended camera used to hover round a specified target object.
See also:
away3d.containers.View3D
Constructor
Variables
Methods
update(interpolate:Bool = true):Void
Updates the current tilt angle and pan angle values.
Values are calculated using the defined tiltAngle, panAngle and steps variables.
Parameters:
interpolate | If the update to a target pan- or tiltAngle is interpolated. Default is true. |
|---|
See also:
tiltAngle
panAngle
steps