UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.44k stars 181 forks source link

Viewport camera priority option UI #735

Open panzergame opened 6 years ago

panzergame commented 6 years ago

Currently the user can choose the priority of the camera by using function setOnTop from python, a similar option should be exposed to the UI as it is now possible to define a sub viewport in the UI.

I'm more for a priority option which allow to control the full order instead of a "on top" option.

@lordloki, @youle31: What is your opinion ?

Anyway this task seems really simple and I will let beginners to get experience.

youle31 commented 6 years ago

Hi, I don't really know, I never used this API but if you think it might be useful in some cases, priority seems to offer more flexibility.

panzergame commented 6 years ago

The main example is to have a render at background and a other smaller render at the center on top.