I managed to find out what was happening, and it was just a problem
with my path variable...
I checked with Dependency Walker that it was was loading a hdf5dll.dll
from an old gxml api whose bin folder had an entry in my system path.
I fixed the path and everything works fine now.

Sorry for bothering you with this... But thanks for your attention anyway.

Best regards,
Fabricio Silva

2009/12/1 Chris 'Xenon' Hanson <xe...@alphapixel.com>:
> Fabrício Cardoso wrote:
>> It doesn't work, even if no input files are used, the same error
>> occurs. But thank you for your suggestions.
>
>  Ok. It sounds like you have a GDAL issue. Can you use any of the GDAL 
> utilities themselves?
>
>> About terrain generation from heightmap, can I ask you a direction
>> about where should I start?
>> I have to create terrain tiles from the image data through the
>> HeightFieldLayer class and set the tiles to a Terrain object, is it?
>
>
>  Don't do it that way. Unless you have a REALLY good reason to do otherwise, 
> VPB is the
> preferred asset pipeline for terrain. Building terrain models in-memory is 
> tricky, because
> you need to know all of the tricks VPB is doing to balance the level of 
> detail and such,
> and it can be hard to set up the Locator object to get them in the right 
> place and scale.
>
>  Do you just have one dataset you're building?
>
>> I'm having a hard time with the end of the semester in my university,
>> so I couldn't dedicate much time to this subject yet... Any
>> suggestions will be appreciated.
>> Thank you again.
>> Best regards,
>> Fabricio Silva
>
> --
> Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
> PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
> "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to