Hi,
When instancing a gltf i see the draw calls are increased by the number of instances. Am I wrong in assuming this should not be the case? Taking an instancing example with babylon meshes, I don’t see draw calls increasing.
PG with glb:
Instances: 4211
Draw calls: 4,223
PG with regular meshes:
Instances: 9999
Draw calls: 2