Kerby64
    Preparing search index...

    IntroScene class represents the intro of the game. It extends the Scene class and load the intro glb if it has never load in the current session.

    Hierarchy

    • Scene
      • IntroScene
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Loads asynchronously the main menu scene by setting up the environment, lights, camera, and UI elements.

      Returns Promise<void>

      A promise that resolves when the scene is fully loaded.