diff --git a/libraries/fbx/src/FBXReader.h b/libraries/fbx/src/FBXReader.h index 6cb6b19c05..d1576bc02a 100644 --- a/libraries/fbx/src/FBXReader.h +++ b/libraries/fbx/src/FBXReader.h @@ -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.