C# Class NewTOAPIA.GL.GLTriangle

Inheritance: GLRenderable
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLTriangle ( GLVertex v1, GLVertex v2, GLVertex v3 )
GLTriangle ( float3 v1, float3 v2, float3 v3, ColorRGBA aColor )

Protected Methods

Method Description
BeginRender ( GraphicsInterface gi ) : void
EndRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface gi ) : void

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

EndRender() protected method

protected EndRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

GLTriangle() public method

public GLTriangle ( GLVertex v1, GLVertex v2, GLVertex v3 )
v1 GLVertex
v2 GLVertex
v3 GLVertex

GLTriangle() public method

public GLTriangle ( float3 v1, float3 v2, float3 v3, ColorRGBA aColor )
v1 float3
v2 float3
v3 float3
aColor ColorRGBA

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void