| Package | org.papervision3d.cameras |
| Class | public class CameraType |
See also
| Property | Defined 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 | ||
| SPRING : String = "Spring" [static]
| CameraType | ||
| TARGET : String = "Target" [static]
The TARGET constant defines a Camera3D targeting x:0, y:0, z:0
| CameraType | ||
| DEBUG | property |
public static var DEBUG:String = "Debug"The DEBUG constant defines a DebugCamera3D
| FREE | property |
public static var FREE:String = "Free"The FREE constant defines a Camera3D with no target
| SPRING | property |
public static var SPRING:String = "Spring"
| TARGET | property |
public static var TARGET:String = "Target"The TARGET constant defines a Camera3D targeting x:0, y:0, z:0