NewUI and SetView

Post Reply
shadmar
Posts: 25
Joined: Mon Jul 01, 2013 7:28 pm

NewUI and SetView

Post by shadmar »

Is there any easy way to pop a transprent UI window while background is still rendering?
My faulty tries goes fullscreen when I call SetView for my new UI and disables rendering of everything behind.

Any advice would be appreciated.
robn
Posts: 302
Joined: Mon Jul 01, 2013 1:11 am
Location: Melbourne, Australia

Re: NewUI and SetView

Post by robn »

Generally no. You might look at robn/new-ui-everywhere for ideas for how to overlay the new UI onto the old view system. But mostly the answer is "wait until everything is converted to new UI". Then you'll be able to do whatever you like.
Luomu
Posts: 58
Joined: Mon Jul 01, 2013 1:30 am

Re: NewUI and SetView

Post by Luomu »

shadmar wrote:My faulty tries goes fullscreen when I call SetView for my new UI and disables rendering of everything behind.
Well, there isn't anything "behind" - a View (which is old UI stuff and UiView is a transitional wrapper) is responsible for rendering the 3d scene too.
shadmar
Posts: 25
Joined: Mon Jul 01, 2013 7:28 pm

Re: NewUI and SetView

Post by shadmar »

Thanks!
Post Reply