Package engine.models

Class TexturedModel

java.lang.Object
engine.models.TexturedModel

public class TexturedModel extends Object
Represents a textured model Contains a raw model and a model texture
  • Constructor Details

  • Method Details

    • getRawModel

      public RawModel getRawModel()
      Returns:
      RawModel object of Asset.
    • getTexture

      public TextureAttribute getTexture()
      Returns:
      The texture of the model as Texture Attribute object.