C# Class NewTOAPIA.Shapes.GLAxes

Inheritance: IRenderable
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLAxes ( ) : System
GLAxes ( float axisLength ) : System
Render ( GraphicsInterface gi ) : void

Draw the unit axis. A small white sphere represents the origin and the three axes are colored Red, Green, and Blue, which corresponds to positive X, Y, and Z respectively. Each axis has an arrow on the end. normals are provided should the axes be lit.

Method Details

GLAxes() public method

public GLAxes ( ) : System
return System

GLAxes() public method

public GLAxes ( float axisLength ) : System
axisLength float
return System

Render() public method

Draw the unit axis. A small white sphere represents the origin and the three axes are colored Red, Green, and Blue, which corresponds to positive X, Y, and Z respectively. Each axis has an arrow on the end. normals are provided should the axes be lit.
public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void