You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default a Scene can be rendered multiple times with different Camera components to create effects such as split screen or picture in picture. This breaks when PostProcess is enabled as the post process buffer gets cleared between draw calls. The fix for this is to submit a list of Camera component carrying entities to the Scene when drawing - see the crogine repository for potential implementation.
The text was updated successfully, but these errors were encountered:
By default a
Scene
can be rendered multiple times with differentCamera
components to create effects such as split screen or picture in picture. This breaks whenPostProcess
is enabled as the post process buffer gets cleared between draw calls. The fix for this is to submit a list ofCamera
component carrying entities to theScene
when drawing - see the crogine repository for potential implementation.The text was updated successfully, but these errors were encountered: