|
| VertexPositionNormal (const Vector3 &pos, const Vector3 &normal) |
|
| VertexPositionNormal (float pX, float pY, float pZ, float nX, float nY, float nZ) |
|
|
static const D3DVERTEXELEMENT9 | g_VertexDesc [3] |
|
§ g_VertexDesc
const D3DVERTEXELEMENT9 ParaEngine::VertexPositionNormal::g_VertexDesc |
|
static |
Initial value:=
{
{0,0,D3DDECLTYPE_FLOAT3,D3DDECLMETHOD_DEFAULT,D3DDECLUSAGE_POSITION,0},
{0,12,D3DDECLTYPE_FLOAT3,D3DDECLMETHOD_DEFAULT,D3DDECLUSAGE_NORMAL,0},
D3DDECL_END(),
}
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/CadModel/CadModel.h
- Client/trunk/ParaEngineClient/CadModel/CadModel.cpp