open class PipRenderer : Renderer
open class PipRenderer : Renderer
Creates a renderer that renders two scenes through separate SubRenderer
s. In order to use this, first create the PipRenderer
, then create and assign the SubRenderer
s through setMainRenderer
(for the main content) setMinirenderer
(for the content in the mini view). The pipScale
and pipMargin
parameters control how the mini scene is placed.