Page 1 of 1

Is possible to achieve a video feedback like effect?

Posted: Tue Feb 09, 2021 1:03 pm
by panic1983
Hi there,

I was wondering if it is possible to achieve a video feedback looping effect in Octane for Cinema 4D? I know that Cinema 4D has added a camera shader in the Mograph shader menu, but I was wondering if it was possible to achieve this effect with Octane?

I have attached a reference image for the effect I'm trying to achieve.

Thanks!

Re: Is possible to achieve a video feedback like effect?

Posted: Wed Feb 10, 2021 3:16 pm
by jobigoud
Creating a loop in the node graph is not possible so you couldn't take the output of the render and use it as a texture on the TV in the same node graph. That would have been the easy way.

So you would need for the camera to do a "Droste" effect. This will be more complex if the TV is curved or there is lens distortion and it doesn't project a clean quadrilateral in image space. You will need to figure the boundaries of the TV screen and how the TV/camera lens is distorting the image. Then for each pixel inside the TV area you would replace the ray with the corresponding one shooting the larger scene.

Re: Is possible to achieve a video feedback like effect?

Posted: Wed Feb 10, 2021 5:51 pm
by panic1983
Ok. Thanks for the reply! Much appreciated.