Re: [osg-users] Coordinate conversion -VPB

2008-02-16 Thread Antoine Hue
Omkaranathan wrote: > Hi, > > I am trying to convert terrain data from Lat/Long to UTM coordinates. > When converting the data using gdal_warp (from gdal) and using > VPB(osgdem) to produce the terrain, I am getting the coordinate system > correct but there are problems with edges.(Snapshot > at

Re: [osg-users] Win32 VS8.0 crash on exit in debugger, related to freetype

2008-02-02 Thread Antoine Hue
Adrian Egli OpenSceneGraph (3D) wrote: > Hi all, > > the problem is (i guess) that freetype is not at all thread safe. my > you can try to test in singlethread mode. if there is no crash, than > we should have a look into the osgText freetype access at clean up. i > still got many crashes in rea

Re: [osg-users] Win32 VS8.0 crash on exit in debugger, related to freetype

2008-02-02 Thread Antoine Hue
2008/1/24, Jean-Sebastien Guay <[EMAIL PROTECTED] >: > > Hello Robert, > > > Its a bit of long shot but I just had a look at the > DeleteHandeler > > code in src/osg/Referenced.cpp and src/osg/DeleteHandler.cpp and > > noticed a dup

Re: [osg-users] SRTM DTED data

2008-01-26 Thread Antoine Hue
Michael W. Hall wrote: > I would like to use the BMNG image file to create a model of earth in my > program. I have one of the BMNG jpgs. Can I use osgdem with the jpg > file to create a earth model? Do I need DTED data? I am trying to > improve my knowledge of maps and learn OpenSceneGraph. >

Re: [osg-users] OSG KML I/O

2008-01-21 Thread Antoine Hue
Mike Weiblen wrote: > Hi, > > What the current state of KML content i/o for OSG? (Plugins, > converters, etc?) > > We load GPS-like data (tracks, POI) through GPSBabel in our application: http://petit-poucet.org and use VPB to automatically generate terrain from Landsat,SRTM,DRG,... around it

[osg-users] Crash on exit, Mac Os X

2007-12-18 Thread Antoine Hue
Hi, Before stating the issue we have, please let us thank you very much for OSG 2.2. Quality is continuously improving in OSG. We have moved our app to this version, 2.2.0. We are now using osgViewer::Viewer wrapped into a QT 4 Widget as in osgviewerQT. We currently have a crash on application

Re: [osg-users] OSGEdit 0.7.0 RC1

2007-11-04 Thread Antoine Hue
Hello Ruben, This looks very interesting. I downloaded the Debian package and tried to install it on my Ubuntu 6.10 but cannot the installer is not able to resolve dependency on libart library. The message says it requires libart-2.0-2 which is what I have on my machine (exact version of liba

Re: [osg-users] Did anyone compile osg 2.2 with MINGW?

2007-11-04 Thread Antoine Hue
Robert Osfield wrote: > Hi Antoine, > > On 10/13/07, Antoine Hue <[EMAIL PROTECTED]> wrote: > >> Under 2.2, I get a compiling error of the TXP plugin. Compiler is not >> able to find includes because: >> - 1- local includes are written as #include <> an

Re: [osg-users] Threading with OSG

2007-10-25 Thread Antoine Hue
Daniel Moos wrote: > Hi everybody > > I have a complex model. From this model i calculate the silhouette edges. > This > calculation need some seconds. > If i calculate this the view isn't updated. > > How can i create a thread for this calculation? Or how can I show a message > on > a osgText:

[osg-users] Small typo in plugin name osgdb_osgfX.so

2007-10-24 Thread Antoine Hue
Hi, Maybe this problem has been solved since but in 2.2.0, all plugins names have been small capped, leaving osgdb_osgfX.so with a capitalized X. I found that one while upgrading a packaging script. Antoine ___ osg-users mailing list osg-users@lists.o

Re: [osg-users] Did anyone compile osg 2.2 with MINGW?

2007-10-17 Thread Antoine Hue
Michele Bosi wrote: > Just to add my 2 cents: apparently I didn't have any problems to > compile the txp plugin with osg 2.2 under mingw (Current). I am using > the DOS shell to compile it and not MSYS (even though it would be nice > but cmake is unable to generate makefiles for msys, or I didn't >

Re: [osg-users] Did anyone compile osg 2.2 with MINGW?

2007-10-15 Thread Antoine Hue
Robert Osfield wrote: > Hi Antoine, > > On 10/13/07, Antoine Hue <[EMAIL PROTECTED]> wrote: > >> Under 2.2, I get a compiling error of the TXP plugin. Compiler is not >> able to find includes because: >> - 1- local includes are written as #include <> an

Re: [osg-users] Did anyone compile osg 2.2 with MINGW?

2007-10-13 Thread Antoine Hue
Michele Bosi wrote: > Just to inform the few ones interested in building OSG with MinGW: > the problem seems to arise when BUILD_OSG_WRAPPERS is set to ON in > both 2.0 and 2.2 version. So if anyone gets this error the thing that > you have to do is to switch off that variable. > It seems that MinG

[osg-users] Releasing file handles in osgDB

2007-09-30 Thread Antoine Hue
Hello, I want to overwrite a .osga file from a child process while the same file is shown in the main process's viewer. At the beginning I did it brutal: rewrite the file without checking. It worked OK for Linux but was crashing on Windows in case of LODed scene graph within the .osga. I have a

Re: [osg-users] Fwd: OGR plugin for OSG

2007-09-05 Thread Antoine Hue
Christoph Ehrler wrote: > OK it's me again... > > I started development on the plugin but ran into the following problem: > When OSG tries to use the generated osgdb_ogr.dll it fails to open it > (DynamicLibrary::failed loading...). When I rename another dll (e.g. > osgUtil.dll) OpenSceneGraph succ

Re: [osg-users] OGR plugin for OSG

2007-09-05 Thread Antoine Hue
Christoph Ehrler wrote: > Hi @ all, > > I'm wondering if there is support for reading/writing vector data via > the OGR library in OSG. > In particular I want to display KML and later GML data on a virtual > terrain or the globe created with osgDEM / VirtualPlanetBuilder. > In our open source pr

Re: [osg-users] ECW Image Files - Secret Tricks?

2007-08-19 Thread Antoine Hue
Nick Prudent wrote: > Antoine, > > So how do I make sure that the osgdb_ecw.dll plug-in gets called > instead of GDAL? As it is, osgDem just stops (crashes actually...). I > am not looking foward to recompiling GDAL ;( > You may get debug messages from OSG setting in environment OSGNOTIFYLEVEL=D

Re: [osg-users] ECW Image Files - Secret Tricks?

2007-08-19 Thread Antoine Hue
Nick Prudent wrote: > Antoine, > > I do not understand your last sentence: "However, if another plugin can, > this error becomes a waring." Does it mean that I should call GDAL directly > to convert the image into GeoTIFF, then use as input for osgDEM? > > I meant that OSG plugins are called i

Re: [osg-users] ECW Image Files - Secret Tricks?

2007-08-18 Thread Antoine Hue
Nick Prudent wrote: > After compiling osgdb_ecw.dll, I've sucessfully loaded an ECW image file > using osgViewer --image option, yet the same file produces the following > message in osgDem: > > ERROR 4: `ortho_image_ecw\_1_8_scale2.ecw' not recognised as a supported > file format. > > Th

Re: [osg-users] osgDem Windows Front-End

2007-08-18 Thread Antoine Hue
Nick Prudent wrote: > Antoine, > > Thanks for the advice. Actually, I have already started saving osgDem > parameters as XML to allow users to save their sessions. > > My clients have "Command-Line-O-Phobia", so they asked me to add a simple UI > for executing osgDem. It's not difficult, but I wa

Re: [osg-users] osgDem Windows Front-End

2007-08-18 Thread Antoine Hue
TY["EPSG","9108"]],AXIS["Lat",NORTH],AXIS["Long",EAST],AUTHORITY["EPSG","4326"]] /home/tonio/.pti/cache/imagery/landsat/YosemiteFall_gpx_landsat.vrt /home/tonio/.pti/cache/imagery/srtm/YosemiteFall_gpx_srtm.vrt /home/tonio/.pti/cache/imagery/usgs_drg/Yosemit