20 #include "linmath/float2.h" 21 #include "linmath/float3.h" 24 #include <BoneMatrices.h> 25 #include "BoneInfluenceOnVertex.h" 35 std::vector<chag::float3> m_positions;
36 std::vector<chag::float3> m_normals;
37 std::vector<chag::float2> m_uvs;
38 std::vector<unsigned int> m_indices;
39 std::vector<chag::float3> m_tangents;
40 std::vector<chag::float3> m_bittangents;
41 std::vector<BoneInfluenceOnVertex> bones;
44 GLuint m_positions_bo;
49 GLuint m_bittangents_bo;
50 GLuint bonesBufferObject;
54 unsigned int materialIndex;