31 virtual void setLightingDiffuseScale(
float scale ) = 0;
36 virtual void setLightingAmbientScale(
float scale ) = 0;
40 virtual void setLightingEmissionScale(
float scale ) = 0;
45 virtual void setUseGlobalDiffuse(
bool useGlobalDiffuse) = 0;
50 virtual void setGlobalDiffuseValue(
float diffuseValue) = 0;
55 virtual void setUseGlobalAmbient(
bool useGlobalAmbient) = 0;
60 virtual void setGlobalAmbientValue(
float ambientValue) = 0;
64 virtual void setPerPixelLightingEnabled(
bool state) = 0;