Uses of Class
net.java.joglutils.ThreeDS.Material

Packages that use Material
net.java.joglutils.ThreeDS   
 

Uses of Material in net.java.joglutils.ThreeDS
 

Fields in net.java.joglutils.ThreeDS with type parameters of type Material
protected  Vector<Material> Model3DS.materials
           
 

Methods in net.java.joglutils.ThreeDS that return Material
 Material Model3DS.getMaterial(int index)
           
 

Methods in net.java.joglutils.ThreeDS with parameters of type Material
 void Model3DS.addMaterial(Material mat)