C# Class CSharpGL.PointCloudModel

Model of PointCloud
Inheritance: CSharpGL.IBufferable
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
GetIndexBuffer ( ) : CSharpGL.IndexBuffer
GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : CSharpGL.VertexBuffer
PointCloudModel ( List pointPositions ) : System
UsesZeroIndexBuffer ( ) : bool

Uses ZeroIndexBuffer or OneIndexBuffer.

Method Details

GetIndexBuffer() public method

public GetIndexBuffer ( ) : CSharpGL.IndexBuffer
return CSharpGL.IndexBuffer

GetVertexAttributeBuffer() public method

public GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : CSharpGL.VertexBuffer
bufferName string
varNameInShader string
return CSharpGL.VertexBuffer

PointCloudModel() public method

public PointCloudModel ( List pointPositions ) : System
pointPositions List
return System

UsesZeroIndexBuffer() public method

Uses ZeroIndexBuffer or OneIndexBuffer.
public UsesZeroIndexBuffer ( ) : bool
return bool