This is a bit of an openended question, but I’m trying to stimulate some discussion.
The following applet - [link=http://javaboutique.internet.com/Voxel/]Voxel Applet[/link] runs very well, even at large sizes. Given that java2d can be very slow, especially if the coding isn’t done well, this applet really suprises me. My CPU barely moves when this is running.
I’m familiar with using a greyscale image for a height field, but I don’t think thats whats going on here.
Can someone post some theories or experience as to how this applet works? ???