C# Class OpenTkEngine.Core.Camera

Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Property Type Description
viewMatrix Matrix4

Public Methods

Method Description
Camera ( Vector3 _position ) : System
LookThrough ( ) : void
Update ( ) : void

Method Details

Camera() public method

public Camera ( Vector3 _position ) : System
_position Vector3
return System

LookThrough() public method

public LookThrough ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

viewMatrix protected_oe property

protected Matrix4 viewMatrix
return Matrix4