Re: [osg-users] Repository broken with SVN >=1.7.5?

2012-08-18 Thread Ulrich Hertlein
Hi Robert, On 19/08/12 4:15, Robert Osfield wrote: > directory. My best guess is that Ulrich has done has done the test on > a very old checkout of the OSG. That's very well possible, I haven't done a clean checkout for a long time. I tried to get a fresh copy just now but am getting errors, bo

Re: [osg-users] Using VPB for existing openflight database

2012-08-18 Thread Chris Hanson
> > We have a database whose scenegraph configuration is pretty flat and > I was wondering if it is possible to use VirtualPlanetBuilder to put our > existing openflight database into VPB's quad tree format. As well as > utilizing vpb's other features? > > No. VPB is only meant to consume and und

Re: [osg-users] Force remove pagedLOD

2012-08-18 Thread Chris Hanson
> > I use PagedLOD to manage the display of large amount of data. To avoid an > overload of GPU memory, I would like to force OSG to remove these pagedLOD > when inactives. > I know the setTargetMaximumNumberOfPageLOD enable to disactivate the use > of pagedLOD in cache for all application. > But w

Re: [osg-users] [osgPlugins] osgVRPN Extension

2012-08-18 Thread Chris Hanson
> > > I've made some additions to Mike Weiblen's osgVRPN plugin as part of a > summer project. This mostly consists of new Tracker and Manipulator > classes that make it easier to navigate through a model with the tracking > data. Is there any process I can go through to see if these changes can

Re: [osg-users] Maps & DTED data

2012-08-18 Thread Chris Hanson
On Fri, Aug 17, 2012 at 3:59 PM, Michael Hall wrote: > I have a little alpplication I am doing to learn OSG. I have also read > the OSG 3.0 for Beginners book. It has been helpful in learning more about > how OSG works. > I have generated an earth.ive database from the BMNG east and west tifs.

Re: [osg-users] play animation backwards?

2012-08-18 Thread Thilo Weigel
Hi, I locally changed Animation::update() to be virtual and inherited my own animation class with special "backwards animation" code in the update() function. Would it be possible to make Animation::update() virtual in future osg releases? Or is my approach rather discouraged? Thank you! Che

Re: [osg-users] Animation of shared model

2012-08-18 Thread Thilo Weigel
Hi Sergey, Ok, thanks. I'll do that. Cheers, Thilo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=49323#49323 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegra

Re: [osg-users] Repository broken with SVN >=1.7.5?

2012-08-18 Thread Robert Osfield
Hi JS, On 18 August 2012 14:07, Jean-Sébastien Guay wrote: > Looks like you just made a small typo, you need one colon not two: I did in the email, not in the command line. I actually used ( just tested again): $ svn propget svn:externals . I don't get any output when I run this in the Ope

Re: [osg-users] Repository broken with SVN >=1.7.5?

2012-08-18 Thread Jean-Sébastien Guay
Hi Robert, Looks like you just made a small typo, you need one colon not two: Not svn proget svn::externals . but svn proget svn:externals . Hope this helps, J-S On 18/08/2012 5:09 AM, Robert Osfield wrote: Hi Ulrich, I've just done a 'svn proget svn::externals .' in my check out of th

Re: [osg-users] Repository broken with SVN >=1.7.5?

2012-08-18 Thread Robert Osfield
Hi Ulrich, I've just done a 'svn proget svn::externals .' in my check out of the OSG in the same way you have suggested and don't get any matches. I am using svn, version 1.6.17. The OSG used to pull in OpenThreads but these days OpenThreads is directly part of the OSG reposity and it's the exte