Class PBRMaterialLoader
java.lang.Object
gaiasky.util.gdx.model.gltf.loaders.shared.material.MaterialLoaderBase
gaiasky.util.gdx.model.gltf.loaders.shared.material.PBRMaterialLoader
- All Implemented Interfaces:
MaterialLoader
-
Field Summary
Fields inherited from class MaterialLoaderBase
textureResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TextureAttributegetTextureMap(int type, GLTFTextureInfo glMap) protected PBRTextureAttributegetTextureMapPBR(int type, GLTFTextureInfo glMap) loadMaterial(GLTFMaterial glMaterial) Methods inherited from class MaterialLoaderBase
get, getDefaultMaterial, loadMaterialsModifier and TypeMethodDescriptionget(int index) voidloadMaterials(com.badlogic.gdx.utils.Array<GLTFMaterial> glMaterials)
-
Constructor Details
-
Method Details
-
loadMaterial
- Specified by:
loadMaterialin classMaterialLoaderBase
-
getTextureMap
-
getTextureMapPBR
-