C# Class hyades.FirstPersonCamera

Inheritance: Camera
Show file Open project: zfedoran/bubblebound

Public Properties

Property Type Description
camera_matrix Matrix
entity Entity

Public Methods

Method Description
FirstPersonCamera ( Entity e ) : System
Update ( double elapsed ) : void

Method Details

FirstPersonCamera() public method

public FirstPersonCamera ( Entity e ) : System
e Entity
return System

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void

Property Details

camera_matrix public property

public Matrix camera_matrix
return Matrix

entity public property

public Entity entity
return Entity