C# Class NewTOAPIA.Shapes.GLSpear

Inheritance: IRenderable
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLSpear ( float3 vec, ColorRGBA shaftColor ) : System
Render ( GraphicsInterface gi ) : void

Method Details

GLSpear() public method

public GLSpear ( float3 vec, ColorRGBA shaftColor ) : System
vec NewTOAPIA.GL.float3
shaftColor ColorRGBA
return System

Render() public method

public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void