Re: [osg-users] create Geometry

2010-11-22 Thread Alexander Moeller
Yes, I do. But my company didn't want to use it any longer. So i'm looking for alternatives. Gruß Alexander -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=33920#33920 ___ osg-users mailing list osg

Re: [osg-users] create Geometry

2010-11-22 Thread Alexander Moeller
That was exactly what i was looking for. My goal is to read CATIA-files and display them with OSG. Up to now i could use a library to read these files. I got a pointer to the root of this file back, but this pointer was not compatible to OSG. So i walked the hole tree down to the points and tri

[osg-users] create Geometry

2010-11-19 Thread Alexander Moeller
Hi, Is there a possibility to create a geometrical object bei subtracting an object(or drawable or...) from another? And how can i create a polygon with a curved surface. For example a cylindrical surface. Cheers, Alexander -- Read this topic online here: http://forum.openscen

Re: [osg-users] osgBullet: Stereo mode / TriMesh Collision Shapes

2010-11-19 Thread Alexander Moeller
Excuse me for an out of topic question: @Socke: How do you import the Catia files to osg? I'm looking for a fast importer for some weeks now. Please contact me: alexander.moel...@av-sim.de Alexander -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p

Re: [osg-users] [osgPlugins] Problem compiling Pulgins-vrml to OSG-2.8.2

2010-10-14 Thread Alexander Moeller
Hi, I'm fairly new with OSG, but it sounds like a missing library for png. I build my system like you except that i downloaded and compiled the necessary third-party-librarys by myself. I followed the same instructions like you and had no problems. The only difference is that i compiled OSG fir

[osg-users] [osgPlugins] VRML read and debug

2010-10-14 Thread Alexander Moeller
Hi, My task is to read .wrl-files and display them with OSG. If the wrl-file breach the wrl-file-standard i'd like to know that. I thought about something like the osgNotifyLevel which displays only if the file is found. Bad reading results in not displaying anything. So which file have i to mo