| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDLight.c | 264 void GDSetLightDir ( GXLightID light, f32 nx, f32 ny, f32 nz ) in GDSetLightDir() argument 269 GDWrite_f32(nz); in GDSetLightDir() 287 void GDSetSpecularDirHA ( GXLightID light, f32 nx, f32 ny, f32 nz, f32 hx, f32 hy, f32 hz ) in GDSetSpecularDirHA() argument 293 pz = -nz * BIG_NUMBER; in GDSetSpecularDirHA() 317 void GDSetSpecularDir ( GXLightID light, f32 nx, f32 ny, f32 nz ) in GDSetSpecularDir() argument 325 hz = (-nz + 1.0f); in GDSetSpecularDir() 339 pz = -nz * BIG_NUMBER; in GDSetSpecularDir()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-xyz.c | 73 f32 nx, ny, nz; member 178 cube[0][i].nz = 1; in createCube() 181 cube[1][i].nz = 0; in createCube() 184 cube[2][i].nz = -1; in createCube() 187 cube[3][i].nz = 0; in createCube() 190 cube[4][i].nz = 0; in createCube() 193 cube[5][i].nz = 0; in createCube() 233 GXNormal3f32(d->nx, d->ny, d->nz); in sendVertex() 645 c.nz = c.x*c.x + c.y*c.y; in drawHemisphere() 646 c.nz = c.nz < 1 ? sqrtf(1 - c.nz) : 0; in drawHemisphere() [all …]
|
| D | ind-bump-st.c | 75 f32 nx, ny, nz; member 137 result.nz = sinf(angle2); in donutCoord() 171 GXNormal3f32(d->nx, d->ny, d->nz); in sendVertex() 576 c.nz = c.x*c.x + c.y*c.y; in drawHemisphere() 577 c.nz = c.nz < 1 ? sqrtf(1 - c.nz) : 0; in drawHemisphere() 582 c.nz = c.x*c.x + c.y*c.y; in drawHemisphere() 583 c.nz = c.nz < 1 ? sqrtf(1 - c.nz) : 0; in drawHemisphere()
|
| D | ind-pseudo-3d.c | 46 f32 nx, ny, nz; member 148 height[r][c].nz = (f32) 1; in createHeightField() 212 height[r][c].nz = 1.0f * imag; in createHeightField() 224 GXNormal3f32(d->nx, d->ny, d->nz); in sendVertex()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXLighting.h | 128 void GXInitLightDir ( GXLightObj* lt_obj, f32 nx, f32 ny, f32 nz ); 131 void GXInitSpecularDir ( GXLightObj* lt_obj, f32 nx, f32 ny, f32 nz ); 136 f32 nz,
|
| D | GXGet.h | 165 f32* nz );
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 386 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 406 nz = 1.0F; in CreateTessPanel() 415 nz = 1.0F / s; in CreateTessPanel() 424 nz = 1.0F / s; in CreateTessPanel() 435 nz = 1.0F / s; in CreateTessPanel() 444 nz = 1.0F / s; in CreateTessPanel() 453 nz = 1.0F / s; in CreateTessPanel() 462 pnl->normArray[in+2] = nz; in CreateTessPanel()
|
| D | lit-spot.c | 493 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 513 nz = 1.0F; in CreateTessPanel() 522 nz = 1.0F / s; in CreateTessPanel() 531 nz = 1.0F / s; in CreateTessPanel() 542 nz = 1.0F / s; in CreateTessPanel() 551 nz = 1.0F / s; in CreateTessPanel() 560 nz = 1.0F / s; in CreateTessPanel() 569 pnl->normArray[in+2] = nz; in CreateTessPanel()
|
| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDLight.h | 90 void GDSetLightDir ( GXLightID light, f32 nx, f32 ny, f32 nz ); 92 void GDSetSpecularDir ( GXLightID light, f32 nx, f32 ny, f32 nz ); 94 void GDSetSpecularDirHA ( GXLightID light, f32 nx, f32 ny, f32 nz, f32 hx, f32 hy, f32 hz );
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 105 s8 nx, ny, nz; member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 55 s8 nx, ny, nz; member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-outline.c | 300 s8 nx, ny, nz, pad; member
|