C# Class Oglr.Core.Camera

Show file Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method Description
Camera ( float width, float height ) : System
UpdateViewport ( float width, float height ) : void

Private Methods

Method Description
updatematrix ( ) : void

Method Details

Camera() public method

public Camera ( float width, float height ) : System
width float
height float
return System

UpdateViewport() public method

public UpdateViewport ( float width, float height ) : void
width float
height float
return void