add inUse flag to assist with recycling gltf instances
This commit is contained in:
@@ -140,6 +140,8 @@ namespace thermion
|
||||
return _instance->getBoundingBox();
|
||||
}
|
||||
|
||||
bool inUse = true;
|
||||
|
||||
private:
|
||||
filament::Engine *_engine;
|
||||
utils::NameComponentManager *_ncm;
|
||||
|
||||
Reference in New Issue
Block a user