| 126 | } |
| 127 | |
| 128 | void Material::setAlphaMode(AlphaMode alphaMode) |
| 129 | { |
| 130 | logWarning("Material '{}' of type '{}' does not support alpha. Ignoring call to setAlphaMode().", getName(), to_string(getType())); |
| 131 | } |
| 132 | |
| 133 | void Material::setAlphaThreshold(float alphaThreshold) |
| 134 | { |
no test coverage detected