Re: [osg-users] [build] 2.9.3 cmake error

2009-05-03 Thread Alexandra Diehl
I have the same problem on windows server 2008, with version 2.8.0. If you could resolve it, please tell me how! A lot of thanks in advance! Alex. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11263#11263 _

Re: [osg-users] how to draw an object once

2009-05-03 Thread Can Hosgor
you can try adding an osg::Switch as a parent of your model and deactivate the subgraph containing your model using a custom UpdateCallback -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11266#11266

[osg-users] how to draw an object once

2009-05-03 Thread yang zhiyuan
Hi: Is there any way to draw an object only once?For example,if I load a model via osgDB::readNodeFile(""),then I add the loaded model to rootNode of scene.What I want to do is that I want to draw the model once at the first frame,during the other frames,I just keep the model drawn at the f

[osg-users] OSG web site errors

2009-05-03 Thread Chris 'Xenon' Hanson
http://www.openscenegraph.org/projects/osg Produces: (lots of debug info that we probably shouldn't print to j random user) OperationalError: database is locked -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http

Re: [osg-users] Warning message during VPB configure

2009-05-03 Thread Michael W. Hall
Hi Robert, Here are the files. Let me correct myself. When I got the latest version from SVN, I did not have to make the correction. I thought I had, sorry about that. I had to make the correction to the files in the VPB version I had previously gotten from SVN. I went ahead and attached th

Re: [osg-users] Putting data into OSG

2009-05-03 Thread Gordon Tomlinson
Hi Duong First I would recommend you read the quick start guide to OSG and look through the examples provide and the tutorials list on the web site Also I would recommend that you search the OSG mail archives first before asking a questions as you are likely to find common questions like this on

[osg-users] Putting data into OSG

2009-05-03 Thread Duong
Hi, I am quite new with OSG. I have 3 matrixes for X,Y, Z axis. How can I contruct 3D model in OSG. Please help Thank you! duong -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11260#11260 ___ osg-

Re: [osg-users] osgviewerQT example

2009-05-03 Thread Mathias Buhr
Hi Don, the given example works for me without crashes with OSG 2.8, QT 4.5 on a Q6600 but a third of the viewer-frame is corrupted. My own integration of OSG and QT runs without crashes and corruption. Greetings Mathias Buhr On Fri, 2009-05-01 at 18:35 -0400, Don Leich wrote: > Hi all, > > Th

Re: [osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-03 Thread Robert Osfield
Hi Simon, How did it come about that you have multiple versions of boost link against? Was collada-dom built against one version and now you're compiling against another? Have you tried building Collada from source. Robert. On Sun, May 3, 2009 at 6:32 AM, Simon Su wrote: > > Hello, > > I solv

Re: [osg-users] Warning message during VPB configure

2009-05-03 Thread Robert Osfield
Hi Michael, So in theory we have the same CMake version, but different results Anyway could send me the modifications you made so I can review them. Thanks, Robert. On Sat, May 2, 2009 at 10:17 PM, Michael W. Hall wrote: > Robert, > > I got the latest VPB from SVN and it built after I made

Re: [osg-users] problems with osgFX Effects

2009-05-03 Thread Robert Osfield
HI NeoM, Try reverting back to an older Nvidia driver it could be that there has been a regression. Robert. On Sat, May 2, 2009 at 10:11 PM, NeoM wrote: > I have a Nvidia Geforce 7900 GS with the last drivers (182.50) and I use > Windows XP.I have OSG 2.8.0 (and I'm using visual c++ 2008) > >

[osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-03 Thread Simon Su
Hello, I solved the problem with collada-dom not finding boost symbols by linking the boost libboost_filesystem.so into libcollada14dom.so. But the problem now is, when I used libboost_filesystem.so for boost 1.36 or boost 1.38, I get this osgviewer: symbol lookup error: /usr/local/tools/co