Class MaterialLoaderBase
java.lang.Object
gaiasky.util.gdx.model.gltf.loaders.shared.material.MaterialLoaderBase
- All Implemented Interfaces:
MaterialLoader
- Direct Known Subclasses:
PBRMaterialLoader
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMaterialLoaderBase
(TextureResolver textureResolver, Material defaultMaterial) -
Method Summary
Modifier and TypeMethodDescriptionget
(int index) protected abstract Material
loadMaterial
(GLTFMaterial glMaterial) void
loadMaterials
(com.badlogic.gdx.utils.Array<GLTFMaterial> glMaterials)
-
Field Details
-
textureResolver
-
-
Constructor Details
-
Method Details
-
getDefaultMaterial
- Specified by:
getDefaultMaterial
in interfaceMaterialLoader
-
get
- Specified by:
get
in interfaceMaterialLoader
-
loadMaterials
- Specified by:
loadMaterials
in interfaceMaterialLoader
-
loadMaterial
-