To make this in OpenGl happen you could make up a scene rotate the camera for each face and render that to aframebuffer, use that render output for a CubeTexture. And basically it is exactly what we will do. I looked at the Gltf Example Viewer from Khronos, and how they did it, an...