C# Class CSharpGL.TextureRenderer

Renders a bitmap in a square.
Inheritance: PickableRenderer
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( string bitmapFilename = "" ) : TextureRenderer

Gets a renderer that renders a bitmap in a square.

ToString ( ) : string

Protected Methods

Method Description
DoInitialize ( ) : void

Private Methods

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

Method Details

Create() public static method

Gets a renderer that renders a bitmap in a square.
public static Create ( string bitmapFilename = "" ) : TextureRenderer
bitmapFilename string
return TextureRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string