C# Class Afterglow.Graphics.Rendering.XnaObjectRenderer

Object renderer for Xna.
Inheritance: IObjectRenderer
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
Render ( ) : void

Renders the object.

XnaObjectRenderer ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, IEffect effect, IEnumerable bufferBindings ) : System.Collections.Generic

Initializes a new instance of the XnaObjectRenderer class.

Private Methods

Méthode Description
CreateVertexDeclarations ( ) : void

Method Details

Render() public méthode

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

XnaObjectRenderer() public méthode

Initializes a new instance of the XnaObjectRenderer class.
public XnaObjectRenderer ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, IEffect effect, IEnumerable bufferBindings ) : System.Collections.Generic
device Microsoft.Xna.Framework.Graphics.GraphicsDevice The device.
effect IEffect The effect.
bufferBindings IEnumerable The buffer bindings.
Résultat System.Collections.Generic