C# Class NewTOAPIA.GL.GLUCube

Inheritance: GLRenderable
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLUCube ( float cubesize, CubeStyle aStyle )

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Method Description
SetSize ( float size ) : void

Method Details

GLUCube() public method

public GLUCube ( float cubesize, CubeStyle aStyle )
cubesize float
aStyle CubeStyle

RenderContent() protected method

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