public interface MaterialLoader
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.graphics.g3d.Material |
get(int index) |
com.badlogic.gdx.graphics.g3d.Material |
getDefaultMaterial() |
void |
loadMaterials(com.badlogic.gdx.utils.Array<GLTFMaterial> materials) |
com.badlogic.gdx.graphics.g3d.Material getDefaultMaterial()
com.badlogic.gdx.graphics.g3d.Material get(int index)
void loadMaterials(com.badlogic.gdx.utils.Array<GLTFMaterial> materials)