C# Class NewTOAPIA.GL.GLUTorus

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

Méthodes publiques

Méthode Description
GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System

Méthodes protégées

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

Method Details

BeginRender() protected méthode

protected BeginRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
Résultat void

EndRender() protected méthode

protected EndRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
Résultat void

GLUTorus() public méthode

public GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System
innerRadius float
outerRadius float
sides int
rings int
drawStyle TorusDrawStyle
Résultat System

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
Résultat void