Author Topic: multiple cameras - how to blur a set of panels but not others  (Read 3296 times)

laurentl

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 188
    • View Profile
    • McDROID
So I'd like to blur the UI panels that are below the foreground UI when they slide into frames.
For that I first tried to duplicate the UI camera, decreased the depth for the background UI and placed a blur component from the pro screen effects that are included with 4.x.
The panels that are in the background camera (the one with the screen effect blur) don't get blurred, they only get a glow.
So it seems all the ui get batched together.
So I tried the same but one level up, duplicated the UIRoot and did the same but the effect was same, seems that no matter what root they belong, the UI panels get all batched together.

So, short of splitting the atlas, how do I split the batchings to blur just certain bits of UI ?


laurentl

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 188
    • View Profile
    • McDROID
Re: multiple cameras - how to blur a set of panels but not others
« Reply #1 on: May 21, 2013, 06:24:05 PM »
I figured it out : both cameras were in the same position so the non blurry camera was seeing the blurry elements

doh!

yohann

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 15
    • View Profile
Re: multiple cameras - how to blur a set of panels but not others
« Reply #2 on: August 21, 2013, 10:50:10 AM »
Hey there, I'm needing to do a similar thing. What did you end up doing? Two diff cameras within the same UIRoot? Or two UIRoots? Thanks for any help you can provide.