[osg-users] runCameraSetUp not called after attaching new images to the camera

2008-04-09 Thread Guerrero, Michael (CIV)
Hi guys, I'm not sure if this is a bug or I'm not understanding something. The first time I attach images to a camera, the runCameraSetUp function will be called in RenderStage which sets up the fbo to harvest the data. I do the following: texCam-attach(osg::Camera::COLOR_BUFFER,

Re: [osg-users] help on impostors

2008-04-04 Thread Guerrero, Michael (CIV)
Hey guys, I'm also looking into using imposters but not for LOD. I would like to be able to generate a few billboards of a character at start up and then re-use those with a preprocess tool. I'm not going for something great looking, just something really fast due to the huge amounts of data I'm

Re: [osg-users] Getting the Image from a Texture2D used as a render target

2008-04-01 Thread Guerrero, Michael (CIV)
: Guerrero, Michael (CIV) Sent: Tuesday, April 01, 2008 2:23 PM To: OpenSceneGraph Users Subject: [osg-users] Getting the Image from a Texture2D used as a render target Hi, I'm trying to retrieve texture data that I have rendered from video memory back to main memory. I was initially hoping I

Re: [osg-users] PagedLOD node page callback

2008-01-28 Thread Guerrero, Michael (CIV)
after. Sorry if I've mispellt the methods. - Original Message - From: Guerrero, Michael (CIV) [EMAIL PROTECTED] To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Friday, January 25, 2008 2:12 PM Subject: Re: [osg-users] PagedLOD node page callback Hi guys, I implemented

[osg-users] PagedLOD node page callback

2008-01-23 Thread Guerrero, Michael (CIV)
Hi, I'm searching for a convenient way to be alerted when a PagedLOD node gets either paged in or out. Is there a preferred method of doing this? Thanks, Michael ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] HDR - RGB8 vs RAW

2007-11-06 Thread Guerrero, Michael (CIV)
Thanks for your reply David. My results seem unaffected by whether I use an ivec4 or the float version of vec4. I used ivec4 because the author of renderwriterhdr.cpp left commented shader code for the conversion from RGBE to float with the ivec4. Check out readerwriterhdr.cpp line 80 to see

[osg-users] HDR - RGB8 vs RAW

2007-11-05 Thread Guerrero, Michael (CIV)
I've been trying to get a HDR skybox in my scene and ran across the following: - With the option RGB8 ( osgDB::ReaderWriter::Options( RGB8 ) ) o The image is converted to LDR before being stored in a texture. Doesn't that defy the whole point of being HDR to begin with? -

[osg-users] Shadowmap fidelity for an enironment and objects within it

2007-11-01 Thread Guerrero, Michael (CIV)
Hi, I'm a developer with Delta3D which uses OSG and I've recently converted a scene to use shadowmaps. I've managed to get decent results on the level using a 2048x2048 shadow map but any smaller object within the level such as a character produces shadows of unacceptable quality. Please see the