Packageorg.papervision3d.cameras
Classpublic class CameraType

CameraTypes are mainly used with BasicView to define which camera to use.

See also

org.papervision3d.cameras.Camera3D
org.papervision3d.cameras.DebugCamera3D
org.papervision3d.view.BasicView


Public Properties
 PropertyDefined by
  DEBUG : String = "Debug"
[static] The DEBUG constant defines a DebugCamera3D
CameraType
  FREE : String = "Free"
[static] The FREE constant defines a Camera3D with no target
CameraType
  TARGET : String = "Target"
[static] The TARGET constant defines a Camera3D targeting x:0, y:0, z:0
CameraType
Property detail
DEBUGproperty
public static var DEBUG:String = "Debug"

The DEBUG constant defines a DebugCamera3D

FREEproperty 
public static var FREE:String = "Free"

The FREE constant defines a Camera3D with no target

TARGETproperty 
public static var TARGET:String = "Target"

The TARGET constant defines a Camera3D targeting x:0, y:0, z:0