C# Class CSharpGL.Demos.PointLightRenderer

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

Public Methods

Method Description
Create ( ) : PointLightRenderer

Protected Methods

Method Description
DoRender ( RenderEventArgs arg ) : void

Private Methods

Method Description
PointLightRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap, string positionNameInIBufferable ) : System

Method Details

Create() public static method

public static Create ( ) : PointLightRenderer
return PointLightRenderer

DoRender() protected method

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