C# Class HaloMap.H2MetaContainers.DirectXCollision

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

Public Properties

Property Type Description
faceCount List
ib List
sphere List
spherematrix List
vb List
verticeCount List

Public Methods

Method Description
DirectXCollision ( Device &device, coll &tempcoll ) : System.Collections.Generic

Initializes a new instance of the DirectXCollision class.

DrawMeshes ( Device &device ) : void

The draw meshes.

DrawSpheres ( Device &device ) : void

The draw spheres.

Private Methods

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

The create index buffers.

CreateSpheres ( Device &device, coll &tempcoll ) : void

The create spheres.

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

The create vertex buffers.

Method Details

DirectXCollision() public method

Initializes a new instance of the DirectXCollision class.
public DirectXCollision ( Device &device, coll &tempcoll ) : System.Collections.Generic
device Device The device.
tempcoll coll The tempcoll.
return System.Collections.Generic

DrawMeshes() public method

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

DrawSpheres() public method

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

Property Details

faceCount public property

The face count.
public List faceCount
return List

ib public property

The ib.
public List ib
return List

sphere public property

The sphere.
public List sphere
return List

spherematrix public property

The spherematrix.
public List spherematrix
return List

vb public property

The vb.
public List vb
return List

verticeCount public property

The vertice count.
public List verticeCount
return List