[osg-users] CmakeLists issue

2010-08-22 Thread ting zhang
Hi, all, I have a problem about the CmakeLists.txt in OpenSceneGraph.sln or other OSG projects like osgEarth. The solution can be generated at the first time, and the CmakeLists.txt works well. But after some time, the whole solution have some problems about the path of CmakeLists, and report

Re: [osg-users] Proximity Queries between objects

2010-08-22 Thread Sanat Talmaki
Hi Jean, Yes, I have the local bounding spheres of each of the child nodes. But I'm still not clear what I need to do to join all the bounding spheres of the child nodes for the entire model ? In the code below I'm loading the lwo files and creating local bounding spheres for each of the

Re: [osg-users] CmakeLists issue

2010-08-22 Thread Jean-Sébastien Guay
Hello Ting, I have a problem about the CmakeLists.txt in OpenSceneGraph.sln or other OSG projects like osgEarth. The solution can be generated at the first time, and the CmakeLists.txt works well. But after some time, the whole solution have some problems about the path of CmakeLists, and

Re: [osg-users] Proximity Queries between objects

2010-08-22 Thread Jean-Sébastien Guay
Hello Sanat, Yes, I have the local bounding spheres of each of the child nodes. But I'm still not clear what I need to do to join all the bounding spheres of the child nodes for the entire model ? Please search the archives, this has been discussed before. Actually, if you have a hierarchy

Re: [osg-users] osgEarth processing problems

2010-08-22 Thread Glenn Waldron
Ting, Your Boston.ive terrain is in a projected coordinate system (UTM). Your .earth file is set to create a geocentric map (round-earth). These are not compatible. You need to pick one or the other. If you pick projected, you will also need to tell osgEarth what the profile is for the data. You

Re: [osg-users] Proximity Queries between objects

2010-08-22 Thread Sanat Talmaki
Hi Jean, I used bounding spheres on the transform nodes and that helped me get the distance. Thanks Sanat -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30983#30983 ___ osg-users mailing list

Re: [osg-users] conflict with non-OSG OpenGL view?

2010-08-22 Thread Robert Osfield
Hi Cory, On Fri, Aug 20, 2010 at 6:56 PM, Cory Riddell c...@codeware.com wrote: Our application is a multiple document application meaning that more than one document can be open simultaneously. If I have two OSG views, each running in their own threads, will I have the same problem? Do I

Re: [osg-users] happy to execute any little task, and glad to be of use; but he was in

2010-08-22 Thread Robert Osfield
Hi All, Is there hijacking of gmail accounts going on? This is the second spam message that has made it on to osg-users, this time from a account already subscribed and seemingly from a an address that has been used appropriately for OSG related matters. Rather than risk more spam getting on

Re: [osg-users] cross axes

2010-08-22 Thread Jonathan Richard
Hi Gianni Thank you for your reply. It's ok I finally got it working. Jonathan On Wed, Aug 11, 2010 at 9:34 AM, Gianni Ambrosio ga...@vi-grade.com wrote: Sorry Jonathan for the delay. Unfortunately I don't remember exactly which modifications I did but if you need I can give you my actual