C# Class CSharpGL.HighlightRenderer

Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Protected Properties

Property Type Description
maxElementCount int
uniformMVP CSharpGL.UniformMat4

Public Methods

Method Description
ClearHighlightIndexes ( ) : void

清空高亮显示。

SetHighlightIndexes ( DrawMode mode ) : void

设置要高亮显示的图元。

Protected Methods

Method Description
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

Method Details

ClearHighlightIndexes() public method

清空高亮显示。
public ClearHighlightIndexes ( ) : void
return void

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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

SetHighlightIndexes() public method

设置要高亮显示的图元。
public SetHighlightIndexes ( DrawMode mode ) : void
mode DrawMode 要高亮显示的图元类型
return void

Property Details

maxElementCount protected property

OneIndexBuffer实际存在多少个元素。
protected int maxElementCount
return int

uniformMVP protected property

protected UniformMat4,CSharpGL uniformMVP
return CSharpGL.UniformMat4