Home
last modified time | relevance | path

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

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