Class LoadRenderableFromFilamentGltfTask<T extends Renderable>


  • public class LoadRenderableFromFilamentGltfTask<T extends Renderable>
    extends java.lang.Object
    Task for initializing a renderable with glTF data loaded with gltfio.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<T> downloadAndProcessRenderable​(java.util.concurrent.Callable<java.io.InputStream> inputStreamCreator)
      Returns CompletableFuture for a new Renderable.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • downloadAndProcessRenderable

        public java.util.concurrent.CompletableFuture<T> downloadAndProcessRenderable​(java.util.concurrent.Callable<java.io.InputStream> inputStreamCreator)
        Returns CompletableFuture for a new Renderable.