Bubba-3D
0.9.0
Awesome game engine!
|
Public Attributes | |
std::vector< chag::float3 > | m_positions |
std::vector< chag::float3 > | m_normals |
std::vector< chag::float2 > | m_uvs |
std::vector< unsigned int > | m_indices |
std::vector< chag::float3 > | m_tangents |
std::vector< chag::float3 > | m_bittangents |
std::vector< BoneInfluenceOnVertex > | bones |
GLuint | m_positions_bo |
GLuint | m_normals_bo |
GLuint | m_uvs_bo |
GLuint | m_ind_bo |
GLuint | m_tangents_bo |
GLuint | m_bittangents_bo |
GLuint | bonesBufferObject |
GLuint | m_vaob |
unsigned int | materialIndex |