Home
last modified time | relevance | path

Searched refs:m_index_count (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h124 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 variable
192 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 …]