Static geometry - 10X+ performance increase
This is still an experimental change.
Only supports webgl2 and non-worker animation (no need to use worker animation for static geometry.)
Optimizations are done for static geometry, such that data transfer is minimized between CPU and GPU, this lowers the performance requirements for both the CPU and a large performance boost.
Currently, with one object and static geometry, all the instances of the object set to static geometry will render the same model.
Instance models will likely not work with this version of static geometry (yet, I will look into this.)
Please try it out and benchmark and report results.
To see this in action tryout this example, you can add models, delete models, turn off an on static geometry and change FS quality.
https://kindeyegames.com/stat07 (may take a while to load large models, plz be patient).
Since this is experimental, there may be issues with mixing other C3 objects with 3DObject and static geometry. If you see an issue, please comment and send a test project which reveals the issue. I use https://sendgb.com to share files.
Files
Get Construct 3 3DObject Plugin - SDK V1 only
Construct 3 3DObject Plugin - SDK V1 only
Construct 3 3DObject, loaded from 3D model files (gltf embedded format)
Status | Released |
Category | Assets |
Author | kindeyegames |
Tags | 3D, construct, construct-3 |
More posts
- Fix vector color for models with vertex color2 days ago
- Fix black color render in r441+2 days ago
- Fix for unbound buffers (init before 3DObject)2 days ago
- Fix for frag light effect with r441+35 days ago
- Fix for r441+35 days ago
- Fix sliders for ssao-cube example48 days ago
- Add SSAO which uses view space48 days ago
- Optimization - create common UBO per model55 days ago
- Fix UBO support for non-skinned meshes60 days ago
- Add UBO support for bones transfer, 256 total66 days ago
Comments
Log in with itch.io to leave a comment.
This is great! I'm guessing its now better to use this for particles like orbs, instead of billboarding 3d shapes?
Getting 3 million easily btw. Which is way more than I need for a low poly game. Thanks!
I have not seen any bugs yet, but will report if I do.
In terms of using billboards vs 3dobject - at this point try and see what the results are and let us know.