Package gaiasky.util

Class ModelCache


  • public class ModelCache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      Pair<IntModel,​java.util.Map<java.lang.String,​com.badlogic.gdx.graphics.g3d.Material>> getModel​(java.lang.String shape, java.util.Map<java.lang.String,​java.lang.Object> params, int attributes)  
      • Methods inherited from class java.lang.Object

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

      • ModelCache

        public ModelCache()
    • Method Detail

      • getModel

        public Pair<IntModel,​java.util.Map<java.lang.String,​com.badlogic.gdx.graphics.g3d.Material>> getModel​(java.lang.String shape,
                                                                                                                          java.util.Map<java.lang.String,​java.lang.Object> params,
                                                                                                                          int attributes)
      • dispose

        public void dispose()