Add optional procedural normal map to Light Layer 3D
Construct 3 3DObject Plugin » Devlog
I added another parameter to Light Layer 3D which creates a procedural normal map of the texture which can be combined with a normal map generated from the depth.
When set to 0, it has no effect, as you increase it between 0-1, the texture also begins to work as an ad-hoc normal map (changes based on color changes of the texture). It can add a little 'roughness' to the faces of textures.
Example (turning off an on)
Files
LightLayer3D-1-2-0.c3addon 3.2 kB
Jan 01, 2022
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.
Amazing work! I tried it with some of my projects and the result is amazing
Glad it worked for you. I would be interested if you had video or screenshots to see it in action with your projects.
The game is made in PixelArt, I think mapping is not for this style ahah But I still like the result!
This game is made only with the 3Dobject plugin, no external plugins except your LayerLight3D
Cool mix of the C3 lighting and the layer lighting! It might be interesting to move the light and specular x,y position to be near the tip of the flashlight cone or a little in front of it.