C# Class HaloMap.H2MetaContainers.DirectXBSPCollision

The direct xbsp collision.
显示文件 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_oe property

The face count.
public int faceCount
return int

ib public_oe property

The ib.
public IndexBuffer ib
return IndexBuffer

vb public_oe property

The vb.
public VertexBuffer vb
return VertexBuffer

verticeCount public_oe property

The vertice count.
public int verticeCount
return int