C# Class CSharpGL.Demos.PointSpriteRenderer

Inheritance: Renderer
Mostra file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( int particleCount ) : PointSpriteRenderer
PointSpriteRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System

Protected Methods

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

Private Methods

Method Description
UpdateTexture ( string filename ) : void

Method Details

Create() public static method

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

DisposeUnmanagedResources() protected method

protected DisposeUnmanagedResources ( ) : void
return void

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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

PointSpriteRenderer() public method

public PointSpriteRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System
model IBufferable
shaderCodes ShaderCode
attributeMap AttributeMap
return System