Home
last modified time | relevance | path

Searched refs:SetSelfIllumColor (Results 1 – 6 of 6) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dstdmtl.h103 void SetSelfIllumColor(class Color,int){} in SetSelfIllumColor() function
H A Dstdmtl2.h304 void SetSelfIllumColor(Color c, TimeValue t);
H A Dstdmtl2.cpp3260 void StdMtl2::SetSelfIllumColor(Color c, TimeValue t) in SetSelfIllumColor() function in StdMtl2
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/material/
H A DGameMaterial.h229 void SetSelfIllumColor(Color c, TimeValue t);
H A DGameMaterial.cpp2816 void XRayMtl::SetSelfIllumColor(Color c, TimeValue t) in SetSelfIllumColor() function in XRayMtl
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxMaterialCreator.cpp507 material->SetSelfIllumColor( toMaxColor(emission), 0); in createStandardMaterial()