java.lang.Object
gaiasky.util.gdx.model.gltf.loaders.shared.texture.ImageResolver
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class ImageResolver extends Object implements com.badlogic.gdx.utils.Disposable
  • Constructor Details

  • Method Details

    • load

      public void load(com.badlogic.gdx.utils.Array<GLTFImage> glImages)
    • get

      public com.badlogic.gdx.graphics.Pixmap get(int index)
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • clear

      public void clear()
    • getPixmaps

      public com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.Pixmap> getPixmaps(com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.Pixmap> array)