Flat light and back face cull worker mode
Add support for per face lighting and back face culling in worker mode. For larger models, this can offload a lot of calculations to another thread. Typical systems have 4-8 cores / threads to distribute work to.
Worker back face culling is a new property per object. Only works in worker mode (it would probably be a net loss if done on main thread.) This will potentially help some with GPU performance, when lighting is enabled.
Files
3DObject-2-49-1.c3addon 109 kB
Jun 08, 2023
Get Construct 3 3DObject Plugin - SDK V1 only
Download NowName your own price
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
- Congrats to dev Bilge on new game release!10 days ago
- Add ACES: disable/enable all nodes23 days ago
- fix opacity and color for non 3dobject renders24 days ago
- Fix opacity and color tint for static geometry and gpu skinning24 days ago
- Complete uniform caching for worker mode also36 days ago
- Add back uniform location caching (speed up render)36 days ago
- Fix - gpu-skinning, worker mode w/ non-skinned nodes37 days ago
- Crash fixes38 days ago
- Add basic Draco (mesh compression) support39 days ago
- Fix vector color for models with vertex color47 days ago
Comments
Log in with itch.io to leave a comment.
Thanks for the feedback - I'll take a look at making update light / baking work in worker mode.
For the cube, if you also have Worker Back Face Cull enabled, that requires the vertices of the 3D Model to be ordered consistently and properly (CW / CCW). It may be the case that they are not organized that way in your model. You could try an import and export of blender to see if that helps fix the ordering.
great, you are welcome
Performance improve is always good