Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp153 } vtx; in LoadPlane() local
157 vtx.pos[0][0] = +3.0f; in LoadPlane()
158 vtx.pos[0][1] = -1.0f; in LoadPlane()
159 vtx.pos[0][2] = +3.0f; in LoadPlane()
161 vtx.pos[1][0] = +3.0f; in LoadPlane()
162 vtx.pos[1][1] = -1.0f; in LoadPlane()
163 vtx.pos[1][2] = -3.0f; in LoadPlane()
165 vtx.pos[2][0] = -3.0f; in LoadPlane()
166 vtx.pos[2][1] = -1.0f; in LoadPlane()
167 vtx.pos[2][2] = +3.0f; in LoadPlane()
[all …]
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp146 } vtx; in LoadPlane() local
150 vtx.pos[0][0] = +4.0f; in LoadPlane()
151 vtx.pos[0][1] = 0.f; in LoadPlane()
152 vtx.pos[0][2] = +4.0f; in LoadPlane()
154 vtx.pos[1][0] = +4.0f; in LoadPlane()
155 vtx.pos[1][1] = 0.f; in LoadPlane()
156 vtx.pos[1][2] = -4.0f; in LoadPlane()
158 vtx.pos[2][0] = -4.0f; in LoadPlane()
159 vtx.pos[2][1] = 0.f; in LoadPlane()
160 vtx.pos[2][2] = +4.0f; in LoadPlane()
[all …]