Package engine.models
Class TexturedModel
java.lang.Object
engine.models.TexturedModel
Represents a textured model
Contains a raw model and a model texture
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TexturedModel
- Parameters:
rawModel
-texture
-
-
-
Method Details
-
getRawModel
- Returns:
- RawModel object of Asset.
-
getTexture
- Returns:
- The texture of the model as Texture Attribute object.
-