Interface Stage

  • All Superinterfaces:
    Updatable
    All Known Implementing Classes:
    GDXStage, TeaStage

    public interface Stage
    extends Updatable
    The stage contains everything that should be displayed. The stage can contain 2D graphics, 3D graphics, or a combination of the two.

    The contents of a stage consist of a camera, lighting, and a number of models. Models can be loaded from files using the MediaLoader, but the stage can also contain simple geometry programatically.