Re: Mesh

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


  • Follow-Ups:
  • References:
    • Mesh
      • From: Sylvain Fourny
  • 2001 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: