NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Sylvian, > Is there anybody who knows how to display a mesh already existant > (DelaunayCustom...) ? > I already try to applicate the method used in Delaunay.java but it takes > too much memory and too much time... > I have models with hundreds of tetrahedrons (and more )... The memory and time for hundreds of tetrahedra will be very small (KBs or at worst 100KBs) compared to the memory and time for the JVM itself and a Swing GUI (many MBs). What does take time is a triangulation, but this is not necessary with DelaunayCustom and as you say an existing mesh. Cheers, Bill
visad
archives: