mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
edited comments
This commit is contained in:
parent
79c1e84c76
commit
dccf449cf7
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ void FBXBaker::rewriteAndBakeSceneModels() {
|
||||||
// TODO Pull this out of _geometry instead so we don't have to reprocess it
|
// TODO Pull this out of _geometry instead so we don't have to reprocess it
|
||||||
auto extractedMesh = FBXReader::extractMesh(objectChild, meshIndex, false);
|
auto extractedMesh = FBXReader::extractMesh(objectChild, meshIndex, false);
|
||||||
|
|
||||||
// Callback to get MaterialID from FBXBaker in ModelBaker
|
// Callback to get MaterialID
|
||||||
getMaterialIDCallback materialIDcallback = [=](int partIndex) {return extractedMesh.partMaterialTextures[partIndex].first;};
|
getMaterialIDCallback materialIDcallback = [=](int partIndex) {return extractedMesh.partMaterialTextures[partIndex].first;};
|
||||||
|
|
||||||
// Compress mesh information and store in dracoMeshNode
|
// Compress mesh information and store in dracoMeshNode
|
||||||
|
|
Loading…
Reference in a new issue