secondlife / secondlife/viewer
GLTF Mesh Import: Large models have too many objects
@marchcat is already working on this.
Since May 26, 2025.
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
Now that some of the underlying issues have been addressed and test elements of meshes do upload, I thought I would give a larger full model a test and it did really well. On a 20MB GLB (including materials and textures) model it did upload. Calculate Weights and fees took 2 mins. 45 secs. and upload took 4 mins. if that is of interest. But the mesh when placed in inventory has all the mesh parts separate and it has the multi-cube icon. The test mesh had 1648 objects, and unfortunately that cannot be remedied by linking in world as it states "You can link a maximum of 256 objects".
Originally posted by @aiaustin in #4109
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.