C# Class CSharpGL.Demos.BillboardRenderer

Inheritance: Renderer
显示文件 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( IBufferable model ) : BillboardRenderer

Protected Methods

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

Private Methods

Method Description
BillboardRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System

Method Details

Create() public static method

public static Create ( IBufferable model ) : BillboardRenderer
model IBufferable
return BillboardRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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