| 131 | } |
| 132 | |
| 133 | void Material::setAlphaThreshold(float alphaThreshold) |
| 134 | { |
| 135 | logWarning("Material '{}' of type '{}' does not support alpha. Ignoring call to setAlphaThreshold().", getName(), to_string(getType())); |
| 136 | } |
| 137 | |
| 138 | void Material::setNestedPriority(uint32_t priority) |
| 139 | { |