C# Class NewTOAPIA.Modeling.GLCube

Inheritance: GLRenderable
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLCube ( float cubesize, CubeStyle aStyle ) : NewTOAPIA.GL

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Method Description
SetSize ( float size ) : void

Method Details

GLCube() public method

public GLCube ( float cubesize, CubeStyle aStyle ) : NewTOAPIA.GL
cubesize float
aStyle CubeStyle
return NewTOAPIA.GL

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void