Loaders

I have a problem in my current project. I m trying to load DEM and DTED Level 1 elevation data in my Java3D world. I have tried the j3d.org’s DEM loader but it didn’t work out. I am wondering that is there any other GIS loader specific to load the DEM/DTED Level1 formats of elevation data in Java3D?
Thanks in advance.

Well, I have successfully used this j3d.ord code to load the grey scale image for elevation via HeightDataCreator and ElevationGridGenerator classes…

Hammad

[quote]I have a problem in my current project. I m trying to load DEM and DTED Level 1 elevation data in my Java3D world. I have tried the j3d.org’s DEM loader but it didn’t work out. I am wondering that is there any other GIS loader specific to load the DEM/DTED Level1 formats of elevation data in Java3D?
Thanks in advance.

Well, I have successfully used this j3d.ord code to load the grey scale image for elevation via HeightDataCreator and ElevationGridGenerator classes…

Hammad
[/quote]

I have had a fix into the j3d.org CVS that fixed a number of the DEM issues. It’s not in a currently available stable release. I’m hoping that I’ll be able to put another stable release out in a couple of weeks once our office move has finished. I just need to get the software H-anim implementation and 3DS loaders complete for the Java3D renderer and then I’ll drop a release for people to play with.

[quote]I have had a fix into the j3d.org CVS that fixed a number of the DEM issues. It’s not in a currently available stable release. I’m hoping that I’ll be able to put another stable release out in a couple of weeks once our office move has finished. I just need to get the software H-anim implementation and 3DS loaders complete for the Java3D renderer and then I’ll drop a release for people to play with.
[/quote]
You doing H-anim support for J3D?

Cooool. Ive been a lurker on that project for a long time :slight_smile:

Yes. I have the abstract framework complete and both software and shader implementations for Aviatrix3D. Completing the J3D software implementation is a relatively straight-forward task. Should take me no more than about a day to do. I just have to find the time to do it!