Searched refs:CubeMap0 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 43 static GXTexObj CubeMap0[6]; // a couple of pre-made cube maps variable 154 GXInitTexObj(&CubeMap0[i], in DrawInit() 165 GXInitTexObjLOD(&CubeMap0[i], in DrawInit() 219 drawParaboloidMap(&CubeMap0[0], &SphereMap[0], mySphere, mySphereSz, 0); in DrawTick() 220 drawParaboloidMap(&CubeMap0[0], &SphereMap[1], mySphere, mySphereSz, 1); in DrawTick()
|
| D | tg-spheremap.c | 57 static GXTexObj CubeMap0[6]; // a couple of pre-made cube maps variable 161 GXInitTexObj(&CubeMap0[i], in DrawInit() 172 GXInitTexObjLOD(&CubeMap0[i], in DrawInit() 244 drawSphereMap(&CubeMap0[0], &SphereMap, mySphere, mySphereSz); in DrawTick()
|