C# Class Project2.ControllableCamera

Inheritance: Camera
Mostra file Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method Description
ControllableCamera ( Project2Game game, System.Vector3 position, System.Vector3 target ) : System
Update ( SharpDX.Toolkit.GameTime gameTime ) : void

Updates the Camera based on keyboard and mouse input

Method Details

ControllableCamera() public method

public ControllableCamera ( Project2Game game, System.Vector3 position, System.Vector3 target ) : System
game Project2Game
position System.Vector3
target System.Vector3
return System

Update() public method

Updates the Camera based on keyboard and mouse input
public Update ( SharpDX.Toolkit.GameTime gameTime ) : void
gameTime SharpDX.Toolkit.GameTime
return void