C# Class Reflection.GroundPlane

Inheritance: GLRenderable
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL

Protected Methods

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

Method Details

BeginRender() protected method

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

GroundPlane() public method

public GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL
extent float
step float
color float
return NewTOAPIA.GL

RenderContent() protected method

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