Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/gd/src/
DGDLight.c90 void GDSetLightSpot( GXLightID light, f32 cutoff, GXSpotFn spot_func ) in GDSetLightSpot() argument
94 if ( cutoff <= 0.0F || cutoff > 90.0F ) { in GDSetLightSpot()
98 r = cutoff * PI / 180.0F; in GDSetLightSpot()
/RvlSDK-2.1/include/revolution/gx/
DGXLighting.h110 f32 cutoff,
/RvlSDK-2.1/include/revolution/gd/
DGDLight.h78 f32 cutoff,