C# Class AcTools.Render.Base.Cameras.CameraOrtho

Inheritance: BaseCamera
Mostrar archivo Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
Width float

Public Methods

Method Description
CameraOrtho ( ) : SlimDX
Clone ( ) : BaseCamera
LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void
Move ( Vector3 d ) : void
Pitch ( float angle ) : void
Restore ( ) : void
Save ( ) : void
SetLens ( float aspect = 0f ) : void
Strafe ( float d ) : void
UpdateViewMatrix ( ) : void
Walk ( float d ) : void
Yaw ( float angle ) : void
Zoom ( float dr ) : void

Method Details

CameraOrtho() public method

public CameraOrtho ( ) : SlimDX
return SlimDX

Clone() public method

public Clone ( ) : BaseCamera
return BaseCamera

LookAt() public method

public LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void
pos Vector3
target Vector3
up Vector3
return void

Move() public method

public Move ( Vector3 d ) : void
d Vector3
return void

Pitch() public method

public Pitch ( float angle ) : void
angle float
return void

Restore() public method

public Restore ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SetLens() public method

public SetLens ( float aspect = 0f ) : void
aspect float
return void

Strafe() public method

public Strafe ( float d ) : void
d float
return void

UpdateViewMatrix() public method

public UpdateViewMatrix ( ) : void
return void

Walk() public method

public Walk ( float d ) : void
d float
return void

Yaw() public method

public Yaw ( float angle ) : void
angle float
return void

Zoom() public method

public Zoom ( float dr ) : void
dr float
return void

Property Details

Width public_oe property

public float Width
return float