Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/
DFog.cpp96 GLfloat s_VertexAllColor[48]; variable
190 s_VertexAllColor[4 * i + 0] = 1.0f; in LoadObjects()
191 s_VertexAllColor[4 * i + 1] = 0.0f; in LoadObjects()
192 s_VertexAllColor[4 * i + 2] = 0.0f; in LoadObjects()
193 s_VertexAllColor[4 * i + 3] = 1.0f; in LoadObjects()
213 s_VertexAllColor[16 + 4 * i + 0] = 1.0f; in LoadObjects()
214 s_VertexAllColor[16 + 4 * i + 1] = 1.0f; in LoadObjects()
215 s_VertexAllColor[16 + 4 * i + 2] = 0.0f; in LoadObjects()
216 s_VertexAllColor[16 + 4 * i + 3] = 1.0f; in LoadObjects()
236 s_VertexAllColor[32 + 4 * i + 0] = 1.0f; in LoadObjects()
[all …]