First I want to show you this: Layama (a new tool) is getting LuxCore support, I'm implementing it myself in the addon just because I want Lux to get more attention and support, my implementation will be included in the official addon when I finish it

https://bone-studio.com/bs_360L4/
The cool thing about this is that it creates a "virtual walk" in the style of "Google Street View" without effort, in a very automatic way, and it's getting support for Max (Corona, Vray) and Blender (Cycles, LuxCore)

But it can work only with Cube maps, in Corona you can do a cube render, and this has the leverage that the GI Cache don't have trouble with the different angles, in Blender what is done is to automate the cubic map rendering process, so it's one render per face of the cubemap, but in Lux there is a problem, check this image:
As you can see the stich between faces of the cube map are visible, and I think it's because of the GI Cache, since they are different renders the Cache is different each time, so it delivers a slightly different result, it's my suspicion.
Then this technique is not usable, the other technique would be tu use equirectangular rendering process, but this has a big caveat, that is that with the render each camera needs to extract the Visible render (the Image or Denoised pass) and the DEPTH and GEOMETRY_NORMAL in EXR, and this makes very difficult to post-process the output render to convert it into a cubic map in a efficient way.
The most optimal solution to this would be to have a cube map rendering process like in Corona, I'm not sure how difficult could it be to implement, I see it as an extra step after an equirectangular render to get the output image as a cubic map, that could be one option, the other option would be to have a new camera projection type that really renders everything as a cubic map, like in Corona.
I'll leave the link to the corona documentation regarding the cubic map info, right now I'm referring to what is named "Single cubemap panorama - correct 6:1 aspect ratio" in this link:
https://coronarenderer.freshdesk.com/su ... fferent-as
I think this could be great for Lux, because it would be compatible right away with one very interesting tool for ArchViz, again, not sure how hard could this be.