C# Class WireframeGear, NewTOAPIA

Inheritance: GLRenderable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
Render ( GraphicsInterface gi ) : void
WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System

Méthodes protégées

Méthode Description
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Méthode Description
RenderBackFacesOfTeeth ( GraphicsInterface gi ) : void
RenderBackSidesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontFacesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontSidesOfTeeth ( GraphicsInterface gi ) : void
RenderInsideRadiusCylinder ( GraphicsInterface gi ) : void
RenderOutwardFacesOfTeeth ( GraphicsInterface gi ) : void

Method Details

Render() public méthode

public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

RenderContent() protected méthode

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

WireframeGear() public méthode

public WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System
gi NewTOAPIA.GL.GraphicsInterface
innerRadius float
outerRadius float
width float
teeth int
toothdepth float
Résultat System