Package gaiasky.data

Class SceneGraphJsonLoader

java.lang.Object
gaiasky.data.SceneGraphJsonLoader

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

    Constructors
    Constructor Description
    SceneGraphJsonLoader()  
  • Method Summary

    Modifier and Type Method Description
    static ISceneGraph loadSceneGraph​(com.badlogic.gdx.files.FileHandle[] jsonFiles, ITimeFrameProvider time, boolean multithreading, int maxThreads)  

    Methods inherited from class java.lang.Object

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

    • SceneGraphJsonLoader

      public SceneGraphJsonLoader()
  • Method Details

    • loadSceneGraph

      public static ISceneGraph loadSceneGraph​(com.badlogic.gdx.files.FileHandle[] jsonFiles, ITimeFrameProvider time, boolean multithreading, int maxThreads) throws java.io.FileNotFoundException, com.badlogic.gdx.utils.reflect.ReflectionException, java.lang.NoSuchMethodException
      Throws:
      java.io.FileNotFoundException
      com.badlogic.gdx.utils.reflect.ReflectionException
      java.lang.NoSuchMethodException