<<< Texture parameters | Index | Skybox shader code >>> |
Skybox is a giant box with texture image on every side
It surrounds the camera and never moves anywhere
It rotates with the rest of the world
The fragment shader uses sampleCube variable to sample the texels
<<< Texture parameters | Index | Skybox shader code >>> |