Searched refs:m_index_count (Results 1 – 1 of 1) sorted by relevance
124 m_index_count = 0; in base()157 virtual unsigned int get_index_count() { return m_index_count; } in get_index_count()170 unsigned int m_index_count; // = vertex count variable192 m_index_count = m_triangle_count * 3; in sphere()194 m_vertex = new float [ m_index_count * 3 ]; in sphere()196 m_normal = new float [ m_index_count * 3 ]; in sphere()197 m_tangent = new float [ m_index_count * 3 ]; in sphere()198 m_binormal = new float [ m_index_count * 3 ]; in sphere()199 m_color = new float [ m_index_count * 4 ]; in sphere()200 m_texture = new float [ m_index_count * 2 ]; in sphere()[all …]