Hi John,

I've started to look at putting together this example but the Qt usage
is rather out of place for this type of example, adding Qt into the
example just complicates and obscures it's actual function.  Qt usage
needs to be removed before I check it in.

Have you done any work on removing the qt code?

W.r.t the DatabasePager mod, this isn't thread safe so isn't viable
either I'm afraid.

Robert.

On Thu, Oct 30, 2008 at 10:34 AM, John Vidar Larring
<[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> As described in the "Re: [osg-users] auto-capture example: capturing an
> image from a PagedLOD Database" email sent today, here is a submission of
> the osgautocapture example, plus the necessary DatabasePager mods needed for
> the example to work.
>
> When invoked with the following parameters, it should yield the attached
> image:
>
> ./osgautocapture --camera 55 10 300000 0 30 0 --filename out.jpg
> http://www.openscenegraph.org/data/earth_bayarea/earth.ive
>
> (Run without parameters for usage and explanation of options)
>
> The extra method I added to DatabasePager may not be the best way to solve
> this problem and they naming might be considered misnomers. Feel free to
> change.
>
> The example is not optimal in any way. I hope that there are other
> interested in auto rendering functionality that can help improve the
> example. Things I'd like to see improved in the example are:
>
> * Remove dependency on QT (osgviewer::viewer only)
> * Use frame buffer object for rendering (offscreen rendering)
> * Increase speed by not rendering any tiles until the correct level of
> detail is reached.
>
> 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