Update ss3light with tonemap
Add a tonemap to help with colored lights saturating to white too easily / quickly.
Will likely need to update lightColor / brightness and ambient color for existing projects.
Files
ss3dlights-1-2-0.c3addon 7.4 kB
Jul 15, 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
- Vertex lighting for my pal AbstractPolygon13 hours ago
- Update to ssao, small changes, better quality?4 days ago
- Add disable load and gltfPath ACE expression30 days ago
- 3D effect lighting bug fix54 days ago
- Congrats to dev Bilge on new game release!84 days ago
- Add ACES: disable/enable all nodes97 days ago
- fix opacity and color for non 3dobject renders98 days ago
- Fix opacity and color tint for static geometry and gpu skinning98 days ago
- 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.
Hi, thank you so much for making all these!
At the moment ss3dlights is doing something strange to my colors. I only have light 0 enabled with neutral coloring but the final result changes the overall coloring of my objects. Am I doing something wrong?
I've found a workaround/solution to the color problem. Putting the SS3D effect on a non-transparent layer above the game layer followed by a Multiply effect will apply the colored lighting as expected to the game layer. However, if the Multiply effect is above SS3D in the effect order it will still do this to the final colors.
If you can give me a simple example project, so I can look at all the parameters, project setting, layers, etc., I will take a look. I am glad you found a work around for now.
Thank you for taking some time on this, I've cleaned up the project pictured above for you to inspect. 😊
https://www.dropbox.com/s/6br77ep1ktlgtkg/FirstPersonLite01.c3p?dl=0
I see the difference, but not quite sure where it is sneaking in from yet, I will continue to look at this in the background and it to the to do list.