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 (accessors) add support for sparse accessors in gltf9 hours ago
- Fix (node-disable) fix node disable without skinned node20 days ago
- fix (node-disable) regression26 days ago
- Fix (playable Ad)38 days ago
- fix (worker) correct animation blend for worker (translation)55 days ago
- fix (opacity)61 days ago
- add (sample) sample gpu-skin with phong light74 days ago
- fix (gpu-skinning) fix regression for worker mode74 days ago
- fix (light) fix for simple phong orientation75 days ago
- Add simple phong lighting support75 days ago
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.