Class MtlLoader
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.gdx.loader.MtlLoader
-
public class MtlLoader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial>
materials
-
Constructor Summary
Constructors Constructor Description MtlLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial
getMaterial(java.lang.String name)
void
load(com.badlogic.gdx.files.FileHandle file)
loads .mtl file
-