Method | Description | |
---|---|---|
CreateIndexBuffers ( Device &device, |
The create index buffers.
|
|
CreateVertexBuffers ( Device &device, |
The create vertex buffers.
|
|
Draw ( Device &device, |
The draw.
|
|
DrawCluster ( int rawindex, Color outlinecolor, Device &device, |
The draw cluster.
|
|
FindDisplayedPieces ( ) : void |
The find displayed pieces.
|
|
LoadDirectXTexturesAndBuffers ( Device &device, |
The load direct x textures and buffers.
|
|
LoadLightmapTextures ( Device &device, |
The load lightmap textures.
|
|
LoadShaderTextures ( Device &device, |
The load shader textures.
|
|
ResetTextureStates ( Device &device ) : void |
The reset texture states.
|
public static CreateIndexBuffers ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
return | void |
public static CreateVertexBuffers ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
return | void |
public static Draw ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
Textured | bool | The textured. |
cam | The cam. | |
shaderx | The shaderx. | |
return | void |
public static DrawCluster ( int rawindex, Color outlinecolor, Device &device, |
||
rawindex | int | The rawindex. |
outlinecolor | Color | The outlinecolor. |
device | Device | The device. |
bsp | The bsp. | |
Textured | bool | The textured. |
WireFrame | bool | The wire frame. |
cam | The cam. | |
return | void |
public static LoadDirectXTexturesAndBuffers ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
return | void |
public static LoadLightmapTextures ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
return | void |
public static LoadShaderTextures ( Device &device, |
||
device | Device | The device. |
bsp | The bsp. | |
return | void |
public static ResetTextureStates ( Device &device ) : void | ||
device | Device | The device. |
return | void |