* Creates a MaterialUnmanaged from an existing Material struct. */
| 21 | * Creates a MaterialUnmanaged from an existing Material struct. |
| 22 | */ |
| 23 | MaterialUnmanaged(const ::Material& material) : ::Material(material) {} |
| 24 | |
| 25 | /** |
| 26 | * Load default material (Supports: DIFFUSE, SPECULAR, NORMAL maps). |
nothing calls this directly
no outgoing calls
no test coverage detected