C# Class DemoLib.VectorCubesScene

Inheritance: Scene
Mostrar archivo Open project: mono/DemoLib Class Usage Examples

Public Methods

Method Description
AdvanceFrame ( ) : bool
RenderFrame ( ) : void
Reset ( int width, int height ) : void
Resize ( int width, int height ) : void
VectorCubesScene ( ) : System
VectorCubesScene ( bool enableLighting ) : System

Private Methods

Method Description
GetCubeId ( ) : int
InitCallLists ( ) : void
MoveCube ( Vector &cube, Vector start, Vector finish ) : int

Method Details

AdvanceFrame() public method

public AdvanceFrame ( ) : bool
return bool

RenderFrame() public method

public RenderFrame ( ) : void
return void

Reset() public method

public Reset ( int width, int height ) : void
width int
height int
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

VectorCubesScene() public method

public VectorCubesScene ( ) : System
return System

VectorCubesScene() public method

public VectorCubesScene ( bool enableLighting ) : System
enableLighting bool
return System