Class MtlLoader.mtl

  • Enclosing class:
    MtlLoader

    public class MtlLoader.mtl
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float d  
      float[] Ka  
      float[] Kd  
      float[] Ks  
      int mtlnum  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      mtl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • mtlnum

        public int mtlnum
      • d

        public float d
      • Ka

        public float[] Ka
      • Kd

        public float[] Kd
      • Ks

        public float[] Ks
    • Constructor Detail

      • mtl

        public mtl()