Searched refs:getAmbientColor (Results 1 – 2 of 2) sorted by relevance
617 private ColorRGBA getAmbientColor(LightList lightList) { in getAmbientColor() method in Material657 ambientColor.setValue(VarType.Vector4, getAmbientColor(lightList)); in updateLightListUniforms()734 ambientColor.setValue(VarType.Vector4, getAmbientColor(lightList)); in renderMultipassLighting()806 ambientColor.setValue(VarType.Vector4, getAmbientColor(lightList)); in renderMultipassLighting()
434 public ColorRGBA getAmbientColor() { in getAmbientColor() method