Darc Library
2012.11
|
#include <px_vertex.h>
Public Attributes | |
Vector3D | m_pos |
DWORD | m_color |
Static Public Attributes | |
static const DWORD | m_fvf = D3DFVF_DIFFUSE | D3DFVF_XYZ |
Structure for a vertex with position and diffuse color. Use float type here to be able to cast into a Direct3D vertex.
const DWORD darc::protox::PX_Vertex_PC::m_fvf = D3DFVF_DIFFUSE | D3DFVF_XYZ [static] |