This commit is contained in:
SamGondelman 2019-04-18 09:06:02 -07:00
parent da314694b4
commit 0d914a695b
2 changed files with 2 additions and 0 deletions

View file

@ -245,6 +245,7 @@ void ModelBaker::bakeSourceCopy() {
baker.run();
_hfmModel = baker.getHFMModel();
_materialMapping = baker.getMaterialMapping();
dracoMeshes = baker.getDracoMeshes();
dracoMaterialLists = baker.getDracoMaterialLists();
}

View file

@ -87,6 +87,7 @@ private:
bool _hasBeenBaked { false };
hfm::Model::Pointer _hfmModel;
MaterialMapping _materialMapping;
QSharedPointer<MaterialBaker> _materialBaker;
};