C# Class NewTOAPIA.GL.GLUTorus

Inheritance: GLRenderable
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System

Protected Methods

Method Description
BeginRender ( GraphicsInterface gi ) : void
EndRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface gi ) : void

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

EndRender() protected method

protected EndRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

GLUTorus() public method

public GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System
innerRadius float
outerRadius float
sides int
rings int
drawStyle TorusDrawStyle
return System

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void