[Opensg-users] SIGGRAPH and intermittent email

2008-08-08 Thread Carsten Neumann
Hi all, I'll be leaving for SIGGRAPH soon (hope to see some of you there :) ) so for the coming week I probably won't be able to respond to email very well. I'll try to get back to you on all issues that come up in the meantime as soon as I'm back in the office (Monday 2008-08-18).

Re: [Opensg-users] height map

2008-08-08 Thread Carsten Neumann
Hello Sajjadul, Sajjadul Islam wrote: > Hello, > > I am trying to generate height map terrain by reading a tga file. you might want to take a look at the code in Source/Contrib/Terrain (by default it is not compiled into the library though - see Source/Contrib/README). > Is there any

Re: [Opensg-users] Problems running 1.8 cvs from 2008-05-30 or 2008-08-08 with vs9 in debug

2008-08-08 Thread Carsten Neumann
Hello Marcus, Marcus Lindblom wrote: > Hi, > > I'm upgrading our app to VC9 and also our OpenSG 1.8 snapshot from > 2007-11-30 to something more recent. It runs fine in release mode, but > fails in debug. > > Now, I am doing some magic, so I suspect it's related to that, but I've > be

Re: [Opensg-users] fake fbo and setSize

2008-08-08 Thread Carsten Neumann
Hello Francesco, Francesco Tamagni wrote: > Carsten Neumann ha scritto: >> have you tried using the SFStorageHeight SFStorageWidth fields ? AFAIUI >> this can be used to set the size of the texture that is created and if >> the window is larger than that texture it was my understanding t

[Opensg-users] OpenSG BOF

2008-08-08 Thread Dirk Reiners
Dear Users, we're getting ready to pack up and go on our annual trek to SIGGRAPH. This year we have some good news: OpenSG 2 is getting close to beta. The tutorial and example programs are ported and parts of the text tutorial have been updated to 2. We'll be talking about the final ch

[Opensg-users] height map

2008-08-08 Thread Sajjadul Islam
Hello, I am trying to generate height map terrain by reading a tga file. Is there any function within Image class to detect if the image read is RGB image or greyscale and if it is an RGB is there any functionality to convert that to greyscale image? Thanks in advance! Cheers Sajjad --

Re: [Opensg-users] Trac config suggestion

2008-08-08 Thread Dirk Reiners
Hi Marcus, Marcus Lindblom wrote: > Hi, > > The changeset pages on opensg.vrsource.org are sometimes huge and take > quite a bit of time to load, as they contain the full diffs. > > At our place, we limit the shown diffs by having the following in trac.ini: > > [changeset] > max_diff_bytes =

[Opensg-users] Trac config suggestion

2008-08-08 Thread Marcus Lindblom
Hi, The changeset pages on opensg.vrsource.org are sometimes huge and take quite a bit of time to load, as they contain the full diffs. At our place, we limit the shown diffs by having the following in trac.ini: [changeset] max_diff_bytes = 128000 max_diff_files = 10 Diffs larger than that get

[Opensg-users] Problems running 1.8 cvs from 2008-05-30 or 2008-08-08 with vs9 in debug

2008-08-08 Thread Marcus Lindblom
Hi, I'm upgrading our app to VC9 and also our OpenSG 1.8 snapshot from 2007-11-30 to something more recent. It runs fine in release mode, but fails in debug. Now, I am doing some magic, so I suspect it's related to that, but I've been fiddling with it for two weeks now and just wanted to check

Re: [Opensg-users] OpenSG2 and two sided lighting

2008-08-08 Thread Gerrit Voss
Hi, On Fri, 2008-08-08 at 10:36 +0200, Christoph Schäfer wrote: > Hi, > > using two sided lighting in OpenSG 1.x was quiet easy by using > > OSG::RenderAction *ract = (OSG::RenderAction *) _mgr->getAction(); > ract->setCorrectTwoSidedLighting(true); > > In OpenSG2 there is no more method call

[Opensg-users] OpenSG2 and two sided lighting

2008-08-08 Thread Christoph Schäfer
Hi, using two sided lighting in OpenSG 1.x was quiet easy by using OSG::RenderAction *ract = (OSG::RenderAction *) _mgr->getAction(); ract->setCorrectTwoSidedLighting(true); In OpenSG2 there is no more method called setCorrectTwoSidedLighting(). Searching throughout the Doxy docu I found the O