parent
950496c351
commit
e3548fe850
|
@ -118,7 +118,7 @@ namespace Assimp
|
||||||
const char* mFilename;
|
const char* mFilename;
|
||||||
IOSystem* mIOSystem;
|
IOSystem* mIOSystem;
|
||||||
const aiScene* mScene;
|
const aiScene* mScene;
|
||||||
const ExportProperties* mProperties
|
const ExportProperties* mProperties;
|
||||||
std::map<std::string, unsigned int> mTexturesByPath;
|
std::map<std::string, unsigned int> mTexturesByPath;
|
||||||
std::shared_ptr<glTF2::Asset> mAsset;
|
std::shared_ptr<glTF2::Asset> mAsset;
|
||||||
std::vector<unsigned char> mBodyData;
|
std::vector<unsigned char> mBodyData;
|
||||||
|
|
Loading…
Reference in New Issue