In my local app, I render panorama images by using a huge sphere and texturing it in a custom shader. The sphere is a unit sphere model from a GLTF json string, and I use its modelMatrix to position it to the current camera's position, and to scale it by camera.frustum.far. This ...