C# Class Reflection.GroundPlane

Inheritance: GLRenderable
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL

Méthodes protégées

Méthode Description
BeginRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface GI ) : void

Method Details

BeginRender() protected méthode

protected BeginRender ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

GroundPlane() public méthode

public GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL
extent float
step float
color float
Résultat NewTOAPIA.GL

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void