Update ss3light with tonemap
Construct 3 3DObject Plugin » Devlog
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
Download NowName your own price
Construct 3 3DObject Plugin
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 (addon) fix corrupted addon16 days ago
- fix (accessors) add support for sparse accessors in gltf17 days ago
- Fix (node-disable) fix node disable without skinned node37 days ago
- fix (node-disable) regression43 days ago
- Fix (playable Ad)55 days ago
- fix (worker) correct animation blend for worker (translation)72 days ago
- fix (opacity)78 days ago
- add (sample) sample gpu-skin with phong light91 days ago
- fix (gpu-skinning) fix regression for worker mode91 days ago
- fix (light) fix for simple phong orientation92 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.