Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/
DFog.cpp86 GLfloat s_VertexFog[12]; variable
242 s_VertexFog[0] = -s_Width; in LoadObjects()
243 s_VertexFog[1] = s_Height; in LoadObjects()
244 s_VertexFog[2] = 0; in LoadObjects()
246 s_VertexFog[3] = s_Width; in LoadObjects()
247 s_VertexFog[4] = s_Height; in LoadObjects()
248 s_VertexFog[5] = 0; in LoadObjects()
250 s_VertexFog[6] = s_Width; in LoadObjects()
251 s_VertexFog[7] = s_Height; in LoadObjects()
252 s_VertexFog[8] = s_FogEnd + s_FogAfter; in LoadObjects()
[all …]