Three JS Sky + Sun Shader

Hey Forum,

I found this sky shader when looking for skyboxes and IBL. But I can not find any documentation/tutorial on how to use/implement this.

Does someone know how to use this? Or is this not even part of the Three JS features but rather a self made one?

Thank you for any advice :slight_smile:

You can find how to implement this on: three.js/webgl_shaders_sky.html at 29e3db579f47feb464e2ece5cd24ccf8572e48fb · mrdoob/three.js · GitHub

This is an example that threejs provides, feel free to use it in your project.

1 Like

Thank you very much, thats exactly what I was looking for :slight_smile:

1 Like