Uses of Interface
de.javagl.utils.obj.Mtl

Packages that use Mtl
de.javagl.utils.obj   
de.javagl.utils.obj.impl   
 

Uses of Mtl in de.javagl.utils.obj
 

Method parameters in de.javagl.utils.obj with type arguments of type Mtl
 void MtlReader.read(InputStream inputStream, List<Mtl> mtlList)
          Read the MTL data from the given stream, and store the read Mtl objects in the given list.
 

Uses of Mtl in de.javagl.utils.obj.impl
 

Classes in de.javagl.utils.obj.impl that implement Mtl
 class DefaultMtl
          Default implementation of an Mtl (material)
 

Method parameters in de.javagl.utils.obj.impl with type arguments of type Mtl
 void DefaultMtlReader.read(InputStream inputStream, List<Mtl> mtlList)