C# Class HaloMap.H2MetaContainers.DirectXBSPCollision

The direct xbsp collision.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
faceCount int
ib IndexBuffer
vb VertexBuffer
verticeCount int

Public Methods

Method Description
DirectXBSPCollision ( Device &device, BSPModel &tempcoll ) : System.Collections.Generic

Initializes a new instance of the DirectXBSPCollision class.

Draw ( Device &device ) : void

The draw.

Private Methods

Method Description
CreateIndexBuffers ( Device &device, BSPModel &tempcoll ) : void

The create index buffers.

CreateVertexBuffers ( Device &device, BSPModel &tempcoll ) : void

The create vertex buffers.

Method Details

DirectXBSPCollision() public method

Initializes a new instance of the DirectXBSPCollision class.
public DirectXBSPCollision ( Device &device, BSPModel &tempcoll ) : System.Collections.Generic
device Device The device.
tempcoll HaloMap.RawData.BSPModel The tempcoll.
return System.Collections.Generic

Draw() public method

The draw.
public Draw ( Device &device ) : void
device Device The device.
return void

Property Details

faceCount public property

The face count.
public int faceCount
return int

ib public property

The ib.
public IndexBuffer ib
return IndexBuffer

vb public property

The vb.
public VertexBuffer vb
return VertexBuffer

verticeCount public property

The vertice count.
public int verticeCount
return int