mirror of
https://github.com/overte-org/overte.git
synced 2025-08-17 08:07:03 +02:00
Merge branch 'instancing_gtlf_wip' into instancing_gltf
This commit is contained in:
commit
5df4092f67
1 changed files with 0 additions and 1 deletions
|
@ -1520,7 +1520,6 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
|
|||
const auto& templateShapePerPrim = templateShapePerPrimPerGLTFMesh[node.mesh];
|
||||
int primCount = (int)gltfMesh.primitives.size();
|
||||
for (int primIndex = 0; primIndex < primCount; ++primIndex) {
|
||||
const auto& primitive = gltfMesh.primitives[primIndex];
|
||||
const auto& templateShape = templateShapePerPrim[primIndex];
|
||||
hfmModel.shapes.push_back(templateShape);
|
||||
auto& hfmShape = hfmModel.shapes.back();
|
||||
|
|
Loading…
Reference in a new issue