Class OgreMeshKey

All Implemented Interfaces:
Savable, Cloneable

public class OgreMeshKey extends ModelKey
OgreMeshKey is used to load Ogre3D mesh.xml models with a specific material file or list. This allows customizing from where the materials are retrieved, instead of loading the material file as the same name as the model (the default).
  • Constructor Details

    • OgreMeshKey

      public OgreMeshKey()
    • OgreMeshKey

      public OgreMeshKey(String name)
    • OgreMeshKey

      public OgreMeshKey(String name, MaterialList materialList)
    • OgreMeshKey

      public OgreMeshKey(String name, String materialName)
  • Method Details