PDA

View Full Version : limiting sepia post-process effect to selected node3d objects


pitbool
02-23-2016, 08:57 AM
Hello,

We want to apply a blend of the sepia post-processing to selected nodes in our scene. Currently, when we enable it, it gets applied to all visible nodes.

Any pointers on how to do limit the effect to selected nodes?

Thanks!

Jeff
02-23-2016, 01:17 PM
The post-processing effect is applied to the entire window. Limiting this to individual nodes would require different textures or a custom shader effect applied to those nodes.

pitbool
02-23-2016, 03:05 PM
Got it. Thanks, Jeff!