API Reference > Structs, Records, Enums > OdD3DVertexNormalCol Structure
OdD3DVertexNormalCol Structure
Syntax
C++
struct OdD3DVertexNormalCol { D3DXVECTOR3 position; D3DXVECTOR3 normal; DWORD color; };

ExGiDirectXGeometry.h

Members 
Description 
D3DXVECTOR3 position; 
Position of the vertex. 
D3DXVECTOR3 normal; 
Surface normal at the vertex. 
DWORD color; 
Color of the vertex. 

This structure represents vertices with normals for ExGiDirectXGeometry classes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.