Nested renderTarget

Hi,

This is current look:


Whole scene is duplicated on a plane on center and rotated. (good)
But can i infinitely NEST it like below image?
https://images.app.goo.gl/MWvwcpA2mpY6fLVS8

Hi, you can add the plane to the render target, but the texture of the plane should be another texture that copies the render target:

https://www.babylonjs-playground.com/#GXD7FX

3 Likes

Wow thank you.
I think i need more study on computer graphics.

1 Like