Hi John,

I've now merged your example with a small tweak of disabling the pager
precompile.

I have also implemented a new bol
DatabasePager::getRequestsInProgress() method that fits your usage but
does use your implementation approach as I felt this was overly
intrusive to the other parts of the pager and would have reduced
performance for something that is needed for only very specialists
applications.  The new implementation works fine with the testing I've
down with osgautocapture.

The osgautocapture example itself does need more work to it.  I should
need to create a graphics context at all, as you can disable the
paging related rendering by calling paged->setPreCompile(false);
Perhaps setUpViewAsEmbeddedWindow would allow you to avoid the need
for a graphics context.   The other alternative would be to not use
viewer at all, and just hand built the CullVisitor or a
IntersectionVisitor/PolytopeVisitor to do the job.   I have checked
osgautocapture in now with the assumptions that we'd fix once checked
in, and get it fixed prior to 2.8.

Robert.

On Fri, Nov 14, 2008 at 10:40 AM, John Vidar Larring
<[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> The example is unchanged, but the DatabasePager mod is now more robust. Ref.
> attached file.
>
> Best regards,
> John
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to