For my raymarching shader, I want to load a cube map directly into the shader to do my light calculations.
Does anyone have an example for me, unfortunately, I can only find cube map examples where the map is loaded in threejs and not passed into the shader as a texture?
Thanks