Is it possible to make an image out of a CubeCamera Texture?

Hi, I am new in coding with threejs, I have a gl 360vr camera and I use the image in sphere geometries as a viewer and works great, my question is if it is possible to make a 360 image (with all the surrounding including all the scene objects like a cubeCamera) copying the whole scene to a canvas element to make a 360 image?
Is it a way to do that?

**I don’t know much about coding, I hope you understand my question.
Thanks in Advance.

Maybe this will help.

1 Like

Thanks a lot for your help, that is what I needed.

I will try to adapt it to my codes thanks again.