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
- Add ACES: disable/enable all nodes10 hours ago
- fix opacity and color for non 3dobject renders22 hours ago
- Fix opacity and color tint for static geometry and gpu skinning1 day ago
- Complete uniform caching for worker mode also13 days ago
- Add back uniform location caching (speed up render)13 days ago
- Fix - gpu-skinning, worker mode w/ non-skinned nodes14 days ago
- Crash fixes15 days ago
- Add basic Draco (mesh compression) support16 days ago
- Fix vector color for models with vertex color23 days ago
- Fix black color render in r441+24 days ago
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.