C# Class DemoLib.VectorCubesScene

Inheritance: Scene
Afficher le fichier Open project: mono/DemoLib Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetCubeId ( ) : int
InitCallLists ( ) : void
MoveCube ( Vector &cube, Vector start, Vector finish ) : int

Method Details

AdvanceFrame() public méthode

public AdvanceFrame ( ) : bool
Résultat bool

RenderFrame() public méthode

public RenderFrame ( ) : void
Résultat void

Reset() public méthode

public Reset ( int width, int height ) : void
width int
height int
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

VectorCubesScene() public méthode

public VectorCubesScene ( ) : System
Résultat System

VectorCubesScene() public méthode

public VectorCubesScene ( bool enableLighting ) : System
enableLighting bool
Résultat System