Re: [osg-users] [osgOcean] osgOcean: setting main camera to RTT

2012-09-20 Thread Robert Osfield
Hi Janna, On 19 September 2012 16:57, Janna Terde brja...@gmail.com wrote: Seems to be working if I disable some effects such as glare and some underwater effects (I did not look exactly which ones are causing the problem). I haven't used osgOcean for a little while but I recall an issue

Re: [osg-users] GPU stats on Mountain Lion (OS X 10.8)

2012-09-20 Thread Ulrich Hertlein
Hi Stephan, On 19/09/12 2:23, Stephan Huber wrote: has anybody noticed issues with the GPU-stats on Mountain Lion (10.8.1)? When enabling them the rendering stops for several seconds from time to time. (Looks like a driver problem) Yes, I also have the problem on 10.8.2. Pauses every ~10s or

Re: [osg-users] GPU stats on Mountain Lion (OS X 10.8)

2012-09-20 Thread Robert Osfield
On 20 September 2012 12:19, Ulrich Hertlein u.hertl...@sandbox.de wrote: Yes, I also have the problem on 10.8.2. Pauses every ~10s or so. Cheers, You must just holding it wrong ;-) Robert. ___ osg-users mailing list

[osg-users] [osgPlugins] Collada dae plugin for Android OSG

2012-09-20 Thread Oren Fromberg
Hey everyone, I want to use the collada plugin for my Android app. So I started here: http://www.openscenegraph.org/projects/osg/wiki/Support/KnowledgeBase/Collada This page, which seems a bit outdated, pointed me to use the DOM project here (which is at version 2.2):

Re: [osg-users] Rendering issues with `osgVolume::RayTracedTechnique`?

2012-09-20 Thread Bastian Rieck
Hi Robert, I have collected the debug output under http://pastebin.com/usHWJYgT. This time, there is no failed validation. Instead, we obtain: Linking osg::Program id=1 contextID=1 Uniform AlphaFuncValue loc=0 size=1 type=float Uniform TransparencyValue loc=65536 size=1 type=float

Re: [osg-users] Rendering issues with `osgVolume::RayTracedTechnique`?

2012-09-20 Thread Robert Osfield
Hi Bastian, On 20 September 2012 16:51, Bastian Rieck bastian.ri...@iwr.uni-heidelberg.de wrote: I have collected the debug output under http://pastebin.com/usHWJYgT. This time, there is no failed validation. Instead, we obtain: Linking osg::Program id=1 contextID=1 Uniform

[osg-users] issue with OSG on Mac OS Lion

2012-09-20 Thread Mike Krus
Hi I'm having issues with OSG (from head in Subversion) when built on Mac OS 10.7. The actual build is fine but I'm having strange run time issues. For example, when doing a picking, osgUtil::LineSegmentIntersector::Intersection::indexList is always empty. Or the smooth normal visitor does

Re: [osg-users] issue with OSG on Mac OS Lion

2012-09-20 Thread Stephan Huber
Hi, I've seen this when mixing clang and gcc-compiled code (lib compiled with clang, app compiled with gcc, or vice versa). One symptom was a dynamic_cast returning NULL instead of the correct instance. Double-check the settings for the compiler of your app and of osg. Did you change the