Class AssetLoader

java.lang.Object
engine.engineMain.AssetLoader

public class AssetLoader extends Object
This class is called when loading into the game. It uses the Asset Enum to load all of the assets into the GPU memory as Textured models.
  • Constructor Details

    • AssetLoader

      public AssetLoader()
      Constructor which initializes each Textured Model attribute by calling the loadAsset() method.
  • Method Details