Home
last modified time | relevance | path

Searched defs:SLight (Results 1 – 4 of 4) sorted by path

/dports/games/scummvm/scummvm-2.5.1/engines/trecision/
H A Dstruct.h228 struct SLight { struct
229 float _x, _y, _z;
230 float _dx, _dy, _dz;
231 float _inr, _outr;
232 uint8 _hotspot;
233 uint8 _fallOff;
234 int8 _inten;
235 int8 _position;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSLight.h41 struct SLight struct
43 SLight() : AmbientColor(0.f,0.f,0.f), DiffuseColor(1.f,1.f,1.f), in SLight() function
51 SColorf AmbientColor;
55 SColorf DiffuseColor;
59 SColorf SpecularColor;
68 f32 OuterCone;
71 f32 InnerCone;
74 f32 Falloff;
85 f32 Radius;
88 E_LIGHT_TYPE Type;
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_data.cpp1797 VLightEffectDef* SLight = FindLightEffect(CD.StaticLight); in R_ParseEffectDefs() local
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSLight.h41 struct SLight struct
43 SLight() : AmbientColor(0.f,0.f,0.f), DiffuseColor(1.f,1.f,1.f), in SLight() function
51 SColorf AmbientColor;
55 SColorf DiffuseColor;
59 SColorf SpecularColor;
68 f32 OuterCone;
71 f32 InnerCone;
74 f32 Falloff;
85 f32 Radius;
88 E_LIGHT_TYPE Type;
[all …]