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 for frag light effect with r441+5 hours ago
- Fix for r441+5 hours ago
- Fix sliders for ssao-cube example12 days ago
- Add SSAO which uses view space12 days ago
- Optimization - create common UBO per model20 days ago
- Fix UBO support for non-skinned meshes24 days ago
- Add UBO support for bones transfer, 256 total31 days ago
- fix (perf) target to, improve perf - do not force animationDec 23, 2024
- fix (file) corrupted file uploadDec 23, 2024
- Feat (rotation) add target to ACE (rotate to face target)Dec 23, 2024
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.