[osg-users] Number of Bins in StatsHandler

Robert Osfield robert.osfield at gmail.com
Mon Aug 5 23:02:17 PDT 2019


Hi Catalin,

If you have any multi-pass or multi-stage rendering, or stereo rendering
etc, that is being used then this will increase the number of bins that are
being actively used.

The OSG creates the render bin per frame based on what is required for that
frame so if a subgraph is no longer or newly culled then the number of bins
can go up and down.

Robert.

On Mon, 5 Aug 2019 at 22:38, Catalin Flower <inbox.icf at gmail.com> wrote:

> Hi,
>
> The number of Bins is different under Camera. The one displayed by
> StatsHandler(Camera) says 6 and if I do a visitor and count the
> node.getStateSet()->getBinNumber() I get 3: 0, 10, 100.
>
> Does the camera creates extra Bins?
>
> Thank you!
>
> Cheers,
> Catalin
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=76557#76557
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20190806/3554c19e/attachment.html>


More information about the osg-users mailing list