Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/gd/src/
DGDLight.c287 void GDSetSpecularDirHA ( GXLightID light, f32 nx, f32 ny, f32 nz, f32 hx, f32 hy, f32 hz ) in GDSetSpecularDirHA() argument
301 GDWrite_f32(hz); in GDSetSpecularDirHA()
320 f32 hx, hy, hz, mag; in GDSetSpecularDir() local
325 hz = (-nz + 1.0f); in GDSetSpecularDir()
326 mag = hx * hx + hy * hy + hz * hz; in GDSetSpecularDir()
335 hz *= mag; in GDSetSpecularDir()
347 GDWrite_f32(hz); in GDSetSpecularDir()
/RvlSDK-3.3/include/revolution/gx/
DGXLighting.h139 f32 hz );
/RvlSDK-3.3/include/revolution/gd/
DGDLight.h94 void GDSetSpecularDirHA ( GXLightID light, f32 nx, f32 ny, f32 nz, f32 hx, f32 hy, f32 hz );