Elevation data loader

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

Did you work out this problem?I am encounter this problem…