C# Class Jitter_OpenGL.Program

Inheritance: Jitter_OpenGL.DrawStuffOtk, IDisposable
Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
Program ( ) : System

Protected Methods

Method Description
OnBeginRender ( double elapsedTime ) : void
OnUpdateFrame ( OpenTK e ) : void

Private Methods

Method Description
AddBox ( Jitter.LinearMath.JVector position, Jitter.LinearMath.JVector velocity, Jitter.LinearMath.JVector size ) : RigidBody
BuildScene ( ) : void
Keyboard_KeyDown ( object sender, OpenTK e ) : void
Main ( string args ) : void
RenderAll ( ) : void
ShootSphere ( ) : void

Method Details

OnBeginRender() protected method

protected OnBeginRender ( double elapsedTime ) : void
elapsedTime double
return void

OnUpdateFrame() protected method

protected OnUpdateFrame ( OpenTK e ) : void
e OpenTK
return void

Program() public method

public Program ( ) : System
return System