C# Class CSharpGL.Demos.TrefoilKnotRenderer

Inheritance: PickableRenderer
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( TrefoilKnotModel model ) : TrefoilKnotRenderer

Protected Methods

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

Private Methods

Method Description
TrefoilKnotRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap, string positionNameInIBufferable ) : System.Drawing

Method Details

Create() public static method

public static Create ( TrefoilKnotModel model ) : TrefoilKnotRenderer
model TrefoilKnotModel
return TrefoilKnotRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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