Fix opacity and color tint for static geometry and gpu skinning
Fix opacity and color tint for static geometry and gpu skinning.
There is not a fix yet for standard rendering (non-static / non-gpu skinning) - though I would be interested if devs are using this mode. In general the best performance will be static or gpu skinning. To the point I am thinking about making the default static geometry and gpu skinning optional, but no other modes.
Files
3DObject-2-77-2.c3addon 330 kB
Jul 24, 2025
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
- Vertex lighting for my pal AbstractPolygon13 days ago
- Update to ssao, small changes, better quality?17 days ago
- Add disable load and gltfPath ACE expression43 days ago
- 3D effect lighting bug fix67 days ago
- Congrats to dev Bilge on new game release!97 days ago
- Add ACES: disable/enable all nodesJul 25, 2025
- fix opacity and color for non 3dobject rendersJul 24, 2025
- Complete uniform caching for worker mode alsoJul 12, 2025
- Add back uniform location caching (speed up render)Jul 12, 2025
Comments
Log in with itch.io to leave a comment.
Thx
I am checking if webgl2 and only then enable static geometry and gpu skinning. (as afaik it's not supported in webgl1, not sure how many webgl1 players are there though). But otherwise I am in favor of always using static geometry
Thanks for the feedback.
I would be really interested if you have any stats from your game on browsers that do not support webgl2.