Re: [osg-users] CMake and OSX

2008-06-14 Thread Bill Hoffman
Eric Sokolowsky wrote: Yes, the Xcode generator seems to have problems. I have been playing with the cmake source code and many things are hard-wired and not configurable. There are settings documented that are handled in the cmake code but don't seem to have any effect on the xcode project gener

Re: [osg-users] OcclusionQueryNode & Multiple Contexts

2008-06-14 Thread Paul Martz
Wow, suddenly everyone is using OQN. :-) OSG performs two cull/draw pairs in the situation you describe, and OQN is designed to perform separate queries for each active context, so is designed for just this case. There is nothing special or additional you need to do to make OQN work for multidispl

Re: [osg-users] CMake and OSX

2008-06-14 Thread Eric Sokolowsky
Yes, the Xcode generator seems to have problems. I have been playing with the cmake source code and many things are hard-wired and not configurable. There are settings documented that are handled in the cmake code but don't seem to have any effect on the xcode project generated (notably XCODE_ATTRI

Re: [osg-users] Set Light for PSSM

2008-06-14 Thread Adrian Egli OpenSceneGraph (3D)
Please check out latest SVN version, if you still have an issue, than wait for some days, i worked on latest PSSM version. i wait for check in by robert /adrian 2008/5/21 Alejandro Segovia <[EMAIL PROTECTED]>: > Hello all, > > This may be a trivial question, but how do I set up the light for the

Re: [osg-users] Problem loading plugins

2008-06-14 Thread Gordon Tomlinson
Other things to check/understand If you are using MikeW's pre-build 3rdParty packaged files you should be using Visual Studio 2005 and VS SP1 must be installed ( other wise you must build them your self) Note you cannot use MikeW's 3rd party prebuilt package with VS2003 or VS2008, if you are

Re: [osg-users] Can't compile latest SVN version

2008-06-14 Thread Jean-Sébastien Guay
Hello Hesicong I notice that you changed the DatabasePaper.cpp in lastest SVN, but I can't the OSG due to large compile errors in DatabasePaper.cpp. Please check it thanks! This has already been mentioned a few times in the last few days. Robert is out giving training and said he wouldn't be

[osg-users] compile the texture immediately?

2008-06-14 Thread ZHMW
Hi everyone. I have a problem with the texture compile. In my application when i read a model useing osgDB::readnodefile(), i also got a image, and i create a new texture object with the image, and set the texture to the Model's stateset to replace the model's texture. the problem is, osg canno

[osg-users] Can't compile latest SVN version

2008-06-14 Thread hesicong2006
Hi, Robert, I notice that you changed the DatabasePaper.cpp in lastest SVN, but I can't the OSG due to large compile errors in DatabasePaper.cpp. Please check it thanks! VS2005 SP1 Under XP. Regards, Hesicong 2008-6-14 ___ osg-users mailing list os