This structure manages user options when creating vertex arrays.
#include <CVertexArray.h>
|
| cVertexArrayOptions (const bool a_useNormalData, const bool a_useTexCoordData, const bool a_useColorData, const bool a_useTangentData, const bool a_useBitangentData, const bool a_useUserData) |
|
chai3d::cVertexArrayOptions::cVertexArrayOptions |
( |
const bool |
a_useNormalData, |
|
|
const bool |
a_useTexCoordData, |
|
|
const bool |
a_useColorData, |
|
|
const bool |
a_useTangentData, |
|
|
const bool |
a_useBitangentData, |
|
|
const bool |
a_useUserData |
|
) |
| |
|
inline |
bool chai3d::cVertexArrayOptions::m_useNormalData |
bool chai3d::cVertexArrayOptions::m_useTexCoordData |
bool chai3d::cVertexArrayOptions::m_useColorData |
bool chai3d::cVertexArrayOptions::m_useTangentData |
bool chai3d::cVertexArrayOptions::m_useBitangentData |
bool chai3d::cVertexArrayOptions::m_useUserData |
The documentation for this struct was generated from the following file: