#Sun Reflection Effect
8 messages · Page 1 of 1 (latest)
I want to make like this.
Well, as far as I know, if you wanna achieve that kind of effect, you need to:
- Implement a great shader for water,
- Put some particles into the water,
- Bloom them up by PostProcessing
and animate it of course 😄
Could you please provide me code example?
I am a three.js beginner
And I am very appreciate for your help
- For the water implementation, you can look at these great examples here:
three.js example: https://threejs.org/examples/webgl_shaders_ocean.html
Realistic water shader GitHub: https://github.com/jbouny/ocean
Another water shader: https://codepen.io/knoland/pen/XKxrJb - For particles system, you can look at some examples from three.js: https://threejs.org/examples/?q=particle, or take a look the Particles tutorial of Bruno Simon over here: https://threejs-journey.com/lessons/particles
- And the Post Processing Blooming effect: https://threejs.org/examples/?q=bloom