mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
wip
This commit is contained in:
parent
da314694b4
commit
0d914a695b
2 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,7 @@ void ModelBaker::bakeSourceCopy() {
|
|||
baker.run();
|
||||
|
||||
_hfmModel = baker.getHFMModel();
|
||||
_materialMapping = baker.getMaterialMapping();
|
||||
dracoMeshes = baker.getDracoMeshes();
|
||||
dracoMaterialLists = baker.getDracoMaterialLists();
|
||||
}
|
||||
|
|
|
@ -87,6 +87,7 @@ private:
|
|||
bool _hasBeenBaked { false };
|
||||
|
||||
hfm::Model::Pointer _hfmModel;
|
||||
MaterialMapping _materialMapping;
|
||||
QSharedPointer<MaterialBaker> _materialBaker;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue