C# Class Afterglow.Graphics.Xna.Examples.TriangleWithVertexBuffer

Inheritance: SceneTestBase
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
Load ( ) : void

Loads the resources for this scene.

Render ( ) : void

Renders the scene.

Update ( IFrameInfo frameInfo ) : void

Updates the scene every frame.

Private Methods

Méthode Description
CreateColors ( ) : Vector3[]
CreatePositions ( ) : Vector3[]

Method Details

Load() public méthode

Loads the resources for this scene.
public Load ( ) : void
Résultat void

Render() public méthode

Renders the scene.
public Render ( ) : void
Résultat void

Update() public méthode

Updates the scene every frame.
public Update ( IFrameInfo frameInfo ) : void
frameInfo IFrameInfo The frame info.
Résultat void