Expand description
Skybox shaders.
Functionsยง
- direction_
to_ equirectangular_ uv - Takes a unit direction and converts it to a uv lookup in an equirectangular map.
- skybox_
cubemap_ fragment - Colors a skybox using a cubemap texture.
- skybox_
cubemap_ vertex - Vertex shader that draws a cubemap.
- skybox_
equirectangular_ fragment - Fragment shader that colors a skybox using an equirectangular texture.
- skybox_
vertex - Vertex shader for a skybox.