Re: [osg-users] Incorrect volume image

2012-03-18 Thread Clement.Chu
Hi Robert, Many thanks for your suggestion. osg is working perfectly on my dell e6410 laptop, but others people can't run osg properly on their machines which are standard dell desktop machine with Intel graphics hardware. I want to overcome this problem on standard dell desktop machines.

Re: [osg-users] [build] [Tutorial] Building osgAndroidExampleGLES1/2 on Ubuntu 11.10

2012-03-18 Thread Jorge Izquierdo Ciges
I don't recommend to install them to the default directories, you'll rewrite any OSG installation that you already had. It's better to use the -DCMAKE_INSTALL_PREFIX to set a installation directorie of your own that doesn't overwrite your system default OSG. 2012/3/16 Bernd Kampl

Re: [osg-users] getting eye position / direction

2012-03-18 Thread Andrey Ibe
again, thank you, robert. now i know i'm getting correct results. regards, Andrey -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46391#46391 ___ osg-users mailing list

Re: [osg-users] [build] [Tutorial] Building osgAndroidExampleGLES1/2 on Ubuntu 11.10

2012-03-18 Thread Bernd Kampl
Jorge Izquierdo Ciges wrote: I don't recommend to install them to the default directories, you'll rewrite any OSG installation that you already had. It's better to use  the -DCMAKE_INSTALL_PREFIX to set a installation directorie of your own that doesn't overwrite your system default OSG.

[osg-users] Offscreen render to texture only showing black?

2012-03-18 Thread Paul Griffiths
Hi, I'm using the code below, mixture taken from the examples. It's only rendering black. Anything I'm doing wrong? Thank you! The function takes a node providing a new scene, and a back color. It returns a node containing a quad with the texture being the new scene rendered to it. Code:

Re: [osg-users] Incorrect volume image

2012-03-18 Thread Robert Osfield
Hi Clement, On 18 March 2012 09:46, clement@csiro.au wrote:   Many thanks for your suggestion.  osg is working perfectly on my dell e6410 laptop, but others people can't run osg properly on their machines which are standard dell desktop machine with Intel graphics hardware.  I want to

[osg-users] Any libraries of public domain shapes for Open Scene Graph?

2012-03-18 Thread Barry
Hello All I would like to know if there are libraries of public domain shapes for Open Scene Graph, other than the basic ones provided? Thanks Barry Evans ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Offscreen render to texture only showing black?

2012-03-18 Thread Paul Griffiths
I'm sure my texture is not working because of mt tex coords and or normal? This is what I'm currently using. What I'm currently seeing is a quad, clearColor is correct but I'm just seeing a faint diagonal line as the scene. osg::Geometry* polyGeom = new osg::Geometry;