Jump to content

[SOLVED] How to get the result of a post processing stage?


photo

Recommended Posts

Posted

Hi!

Is it possible to get the result of a post processing stage in a frame, and the result could be used in next frame by C++ code?

Posted

Hi, Xinshu!

 

There's no easy way you can get post processing result in C++. However, it's possible to create procedural material and have access to engine internal textures such as depth/normals/color/etc. That way you can compose that textures any way you want and keep the result until next frame.

×
×
  • Create New...