C# Class CSharpGL.Demos.GroundRenderer

正方形
Inheritance: Renderer
ファイルを表示 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( GroundModel model ) : GroundRenderer

Protected Methods

Method Description
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Private Methods

Method Description
GroundRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System.Drawing

Method Details

Create() public static method

public static Create ( GroundModel model ) : GroundRenderer
model GroundModel
return GroundRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
return void