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 - gpu-skinning, worker mode w/ non-skinned nodes20 hours ago
- Crash fixes1 day ago
- Add basic Draco (mesh compression) support2 days ago
- Fix vector color for models with vertex color10 days ago
- Fix black color render in r441+10 days ago
- Fix for unbound buffers (init before 3DObject)10 days ago
- Fix for frag light effect with r441+43 days ago
- Fix for r441+43 days ago
- Fix sliders for ssao-cube example56 days ago
- Add SSAO which uses view space56 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.