Hi, The list you mentioned does exist but is not used a great deal. You can find it on j3d.org. They also have some terrain generation code there that you might find useful.
I am generating terrain from lat/lon/alt data. The basic approach I have taken so far is: Using a goetransforms libary I map the lat/lon data into 3d xyz coords. The result is a grid of xyz data. I then convert this into a textured TriangleStripArray. So far this is working well. The real issues arise when creating a LOD system. Depending on what you are doing you may find the ROAM code in j3d.org useful. Hope this is of some help. Cheers, Brad Jayasree Tangirala wrote: > > Hi, > A while ago there was this talk of starting a group that would handle issues > related to terrain mapping. Has the group materialised? If not, I need help > with depicting terrains. What 'Geometry' object should I use to render > terrains with height factor? LineArray? or Raster? > Basically, not highlighting my ignorance any further than is necessary, how > do I render terrain mapping given a data set full of latitudes, longitudes > and altitudes? > Thanks in adv. > Jayasree > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". ---------------------------------------------------------------------------- This Email may contain confidential and/or privileged information and is intended solely for the addressee(s) named. If you have received this information in error, or are advised that you have been posted this Email by accident, please notify the sender by return Email, do not redistribute it, delete the Email and keep no copies. ---------------------------------------------------------------------------- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".