mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:03:41 +02:00
new member variable to remember the order in which meshes appeared in the model file
This commit is contained in:
parent
420424a5ee
commit
36cd69c38a
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ public:
|
|||
|
||||
bool hasSpecularTexture() const;
|
||||
bool hasEmissiveTexture() const;
|
||||
|
||||
unsigned int meshIndex; // the order the meshes appeared in the object file
|
||||
};
|
||||
|
||||
/// A single animation frame extracted from an FBX document.
|
||||
|
|
Loading…
Reference in a new issue