Eryk Furman wrote: > I know there is a DEM loader in NCSA Portfolio, but id like to write my own just >using the array > because i will also manipulate the array data and recreate a new 3d model...
I'm about 3/4 of the way through a loader for j3d.org as well. No displaying data, but the way the rest of the code is structured, once the code is complete, it takes about 4 lines of code to acutal see what is going on with everything else. Have a look at this class to see if it is something like what you need and maybe we can collaborate: http://code.j3d.org/javadoc/org/j3d/loaders/HeightMapLoader.html -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".
