Vote for C3 change to enable fragment lighting
Construct 3 3DObject Plugin » Devlog
There is a change in C3 which would allow us to do fragment (instead of face) based lighting for both 3DObject _and 3DShapes. Please vote for the change below and if it is implemented, we will be able to get lighting like the below.
https://construct23.ideas.aha.io/ideas/C23-I-358
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+2 days ago
- Fix for r441+2 days ago
- Fix sliders for ssao-cube example14 days ago
- Add SSAO which uses view space14 days ago
- Optimization - create common UBO per model22 days ago
- Fix UBO support for non-skinned meshes26 days ago
- Add UBO support for bones transfer, 256 total33 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.
If i understand well, fragment lighting is blue and red light its very realistic, because can light half of the dice, so yes. Also im wondering how this be in closed room? or inside of building
If the light is in a closed room with windows and viewed from outside, the walls of the outside will not be lit since their backs face the light, so that will look correct, however the light could effect other objects that face the light outside the building. To fix that we can have the light decay with a quick exponential falloff, so at that further distance, the light is very attenuated. However, in general this light will shader not create full shadows, just lower light level with distance or with faces not facing the light.
Yes, blue, red (and white) are the fragment lights. The light varies across the face, instead of being the same across the entire face.