[osg-users] OSG Xcode / QCreator Project

2009-09-13 Thread Michael Hasler
Hi, Im trying since days to build and run an osg application on osx 10.5. It is no problam with the given Xcode Template project. But if i create my own simple empty project with Xcode or QCreator the application crashs on loading a data file (osgDB::readNodeFile). I tried to find the

[osg-users] [osgPlugins] DXF-Plugin SmoothingVisitor

2009-04-14 Thread Michael Hasler
Hi, Im Using the OsgDXFPlugin to read DXF Files, i searched for an solution to add more normals for better smoothing, and found the SmoothingVisitor. I applied it in the scene.h (osgdxfplugin) under the function createTriGeometry and createQuadGeometry osgUtil::SmoothingVisitor::smooth(*geom)

[osg-users] OsgNode/SceneGraph in TreeView

2009-04-14 Thread Michael Hasler
Hello, I need to show an complete SceneGraph in an TreeView (QT), to browse trough the scene objects. Im asking here, cause i hope somebody can give me examples or some information how to solve that problem. Google want give me more :( Thankas a lot ! -- Read this topic

[osg-users] OsgReadFile informations

2009-04-08 Thread Michael Hasler
Hi, Im working on an osg application which need to show some information about osgObject from the Node like name in an TreeView. I start browsing the loaded model with the Debuger to find the Information i need. First i load via ReaderWriterDXF and dxf-file into ReadResult Object. If i watch