Class SceneGraph

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, ISceneGraph

public class SceneGraph extends AbstractSceneGraph
Implementation of a 3D scene graph.
  • Constructor Details

    • SceneGraph

      public SceneGraph(int numNodes)
  • Method Details

    • update

      public void update(ITimeFrameProvider time, ICamera camera)
      Description copied from interface: ISceneGraph
      Updates the nodes of this scene graph
      Parameters:
      time - The current time provider
      camera - The current camera
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
      Overrides:
      dispose in class AbstractSceneGraph