Add world distance and height based fog
Construct 3 - 3D effects » Devlog
See the last few parameters for fog control.
Note: density parameter is not enabled yet, for possible future function.
Every tick the camera is moved, the fog camera position parameters must be updated.
Example is included.
Right now only for webGL2, webGPU version to come.
Files
mikal_frag_light-8-1.3.2.c3addon 9 kB
Mar 20, 2024
FogExample.c3p 272 kB
Mar 20, 2024
Get Construct 3 - 3D effects
Buy Now$10.00 USD or more
Construct 3 - 3D effects
Effects for Construct 3 3DShapes and 3DObjects
Status | In development |
Category | Assets |
Author | kindeyegames |
Tags | 3D, addon, construct-3, Effects, Shaders |
More posts
- Add 3D Effects affine texture support (PS1 retro)21 days ago
- Add specularSep 03, 2024
- fix (lang) parameter numbers - againAug 25, 2024
- fix (lang) update parameter index numbersAug 23, 2024
- phong lighting support for 3DObjectAug 21, 2024
- fix (screendoor) add 3d effect opacity support for screendoorAug 21, 2024
- Vertex color support for 3DObjectJul 17, 2024
- Screendoor 'alpha'Mar 22, 2024
- Add simple directional lightMar 15, 2024
Comments
Log in with itch.io to leave a comment.
Fog looks so good. Imagine a graveyard with this fog effect. You should relase optional another plugin to add fog to every project without frag light addon
The reason we are adding these all to one addon is because we cannot 'stack' these types of effects, they all need to be the first effect used in the effect stack for direct 3d rendering. For now, if you don't need the other features, disable them to reduce the perf impact from features not being used.