C# Class ModelViewer.Renderer.IndexList

Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
BuildRemainder ( Device device ) : IndexBuffer
ExtractSubset ( Device device, short triList ) : IndexBuffer
IndexList ( StreamChunk indexStream ) : System.Collections.Generic

Method Details

BuildRemainder() public method

public BuildRemainder ( Device device ) : IndexBuffer
device Device
return IndexBuffer

ExtractSubset() public method

public ExtractSubset ( Device device, short triList ) : IndexBuffer
device Device
triList short
return IndexBuffer

IndexList() public method

public IndexList ( StreamChunk indexStream ) : System.Collections.Generic
indexStream StreamChunk
return System.Collections.Generic