Class Demo3D

  • All Implemented Interfaces:
    Scene

    public class Demo3D
    extends java.lang.Object
    implements Scene
    Simple demo application for 3D graphics, that shows a checkerboard floor and a number of models randomly walking around. Using this demo application requires a renderer that supports 3D graphics.
    • Constructor Summary

      Constructors 
      Constructor Description
      Demo3D()  
    • Constructor Detail

      • Demo3D

        public Demo3D()
    • Method Detail

      • start

        public void start​(Application app)
        Description copied from interface: Scene
        Initiallization logic that should be performed every time the scene is started. This method is called by the application that contains the scene.
        Specified by:
        start in interface Scene
      • update

        public void update​(Application app,
                           float deltaTime)
        Specified by:
        update in interface Scene