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 external OpenThreads
build that pulls in from OpenSceneGraph to get it's source code.  OSG
users shouldn't ever need to build OpenThreads as a separate project.

Robert.

On 18 August 2012 05:24, Ulrich Hertlein u.hertl...@sandbox.de wrote:
 Hi guys,

 ever since updating my Subversion client to 1.7.x I've been getting errors 
 regarding
 OpenThreads when updating:

 $ svn up
 Updating '.':
 svn: warning: W20: Error handling externals definition for 
 'include/OpenThreads':
 svn: warning: W17: URL
 'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads' 
 at revision
 13110 doesn't exist
 svn: warning: W20: Error handling externals definition for 
 'src/OpenThreads':
 svn: warning: W17: URL
 'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads' at 
 revision
 13110 doesn't exist
 At revision 13110.
 svn: E205011: Failure occurred processing one or more externals definitions

 After doing a clean check-out I'm not getting src/OpenThreads and 
 include/OpenThreads anymore.

 src/OpenThreads and include/OpenThreads are pulled in via svn:externals 
 references to the
 OpenThreads repository:

 $ cd OpenSceneGraph
 $ svn propget svn:externals .
 include/OpenThreads
 http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads
 src/OpenThreads 
 http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads

 Which would be fine, except that OpenThreads in turn has external references 
 to
 OpenSceneGraph!

 $ cd OpenThreads
 $ svn propget svn:externals .
 include/OpenThreads
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/include/OpenThreads
 src/OpenThreads 
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/OpenThreads

 So we have a nice (or rather not so nice) circular reference and the newer 
 SVN clients
 apparently don't deal with this.

 To solve this I suggest to remove the 'svn:external' on the OpenSceneGraph 
 base directory.

 Or am I the only one still using the SVN repository?
 Should I turn off the lights and move on?

 To my knowledge the hg and git repositories are not official and only mirror 
 the SVN
 repository?

 Cheers,
 /ulrich
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 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 external OpenThreads
build that pulls in from OpenSceneGraph to get it's source code.  OSG
users shouldn't ever need to build OpenThreads as a separate project.

Robert.

On 18 August 2012 05:24, Ulrich Hertlein u.hertl...@sandbox.de wrote:

Hi guys,

ever since updating my Subversion client to 1.7.x I've been getting errors 
regarding
OpenThreads when updating:

$ svn up
Updating '.':
svn: warning: W20: Error handling externals definition for 
'include/OpenThreads':
svn: warning: W17: URL
'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads' 
at revision
13110 doesn't exist
svn: warning: W20: Error handling externals definition for 
'src/OpenThreads':
svn: warning: W17: URL
'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads' at 
revision
13110 doesn't exist
At revision 13110.
svn: E205011: Failure occurred processing one or more externals definitions

After doing a clean check-out I'm not getting src/OpenThreads and 
include/OpenThreads anymore.

src/OpenThreads and include/OpenThreads are pulled in via svn:externals 
references to the
OpenThreads repository:

$ cd OpenSceneGraph
$ svn propget svn:externals .
include/OpenThreads
http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads
src/OpenThreads 
http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads

Which would be fine, except that OpenThreads in turn has external references to
OpenSceneGraph!

$ cd OpenThreads
$ svn propget svn:externals .
include/OpenThreads
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/include/OpenThreads
src/OpenThreads 
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/OpenThreads

So we have a nice (or rather not so nice) circular reference and the newer SVN 
clients
apparently don't deal with this.

To solve this I suggest to remove the 'svn:external' on the OpenSceneGraph base 
directory.

Or am I the only one still using the SVN repository?
Should I turn off the lights and move on?

To my knowledge the hg and git repositories are not official and only mirror 
the SVN
repository?

Cheers,
/ulrich
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




--
__
Jean-Sebastien Guay  jean_...@videotron.ca
http://whitestar02.dyndns-web.com/

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 jean_...@videotron.ca 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 OpenSceneGraph
directory.  My best guess is that Ulrich has done has done the test on
a very old checkout of the OSG.  I removed the use of the external
OpenThreads, including the source directly and updating the properties
accordingly.  The circular reference shouldn't exist anymore and
should only have existed very temporarily during the change over.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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!

Cheers,
Thilo

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=49324#49324





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Maps DTED data

2012-08-18 Thread Chris Hanson
On Fri, Aug 17, 2012 at 3:59 PM, Michael Hall hal...@att.net 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.
 I can display this database in my application.  I would like to now
 associate DTED data on that and then overlay maps.  What is the best way to
 do this? Would also like to display the lat/long of where the mouse is in
 the status bar of my application.  Any tips or suggestions are appreciated.

   You're getting into the realm (multiple data layers) where osgEarth
significantly makes your life easier. Have you considered using it?


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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
 get pushed back out to source?


  Mike's pretty busy at his current job, but if you send me the files, I'll
make sure he sees them. I'll probably see him in person later this month.


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 what I expect here, is to set a specific priority or attribute on
 specific PagedLOD which force them to be removed when expiry even if the
 TargetMaximumNumberOfPageLOD is 300.


  I think I replied to this exact question from someone else recently,
suggesting an update callback. Look for my recent messages.


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 understand raster terrain and
imagery data.


 Regards
 Paul


 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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, both for clean 
checkout and
update of my existing copy.  Can anyone confirm that?  Could it be related to 
the web
server problems on 'www.openscenegraph.org'?

$ svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk 
OpenSceneGraph
svn: E175002: Unable to connect to a repository at URL
'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk'
svn: E175002: OPTIONS of 
'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk':
could not connect to server (http://www.openscenegraph.org)

$ cd _osg
$ svn update
Updating '.':
svn: E175002: Unable to connect to a repository at URL
'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk'
svn: E175002: OPTIONS of 
'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk':
could not connect to server (http://www.openscenegraph.org)

Cheers,
/ulrich

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org