C# Class CSharpGL.Demos.AnalyzedPointSpriteRenderer

Inheritance: Renderer
Mostrar archivo Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( int particleCount ) : AnalyzedPointSpriteRenderer

Protected Methods

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

Private Methods

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

Method Details

Create() public static method

public static Create ( int particleCount ) : AnalyzedPointSpriteRenderer
particleCount int
return AnalyzedPointSpriteRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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