Gets the global warning material instance, callers should not free this copy
| 214 | |
| 215 | // Gets the global warning material instance, callers should not free this copy |
| 216 | BaseMatInstance * MaterialManager::getWarningMatInstance() |
| 217 | { |
| 218 | if (!mWarningInst) |
| 219 | mWarningInst = createWarningMatInstance(); |
| 220 | |
| 221 | return mWarningInst; |
| 222 | } |
| 223 | |
| 224 | #ifndef TORQUE_SHIPPING |
| 225 | BaseMatInstance * MaterialManager::createMeshDebugMatInstance(const ColorF &meshColor) |
no outgoing calls
no test coverage detected