C# Class CSharpGL.Demos.SimplexNoiseRenderer

ファイルを表示 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( ) : SimplexNoiseRenderer

Protected Methods

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

Private Methods

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

Method Details

Create() public static method

public static Create ( ) : SimplexNoiseRenderer
return SimplexNoiseRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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