Lee Willis (lwillis++at++inreach.com)
Sat, 28 Mar 1998 12:04:56 -0800
How so? A top-down-generated irregular ASD mesh comes very close to the
RMS error of
a standard Delaunay triangulation for the same # of polygons.
>It becomes something to be _avoided_! Our
>applications need to ingest sub-meter elevation post spaced data and we
>want to smoothly reduce resolution as the viewer moves away from the
>terrain. This seems to be exactly the opposite of the situation you
>describe.
So far I don't understand what the problem is. The Multigen CAT
implementation
of ASD does just that, picks out the most significant points for each LOD,
working
from coarsest to finest, injecting new points to each LOD to better
approximate the
surface.
>> >Are there any free/cheap libraries or source code supporting such
>> >algorithms?
>>
>> None that I know of.
>>
>
>I thought there was something presented at SIGGRAPH'97 that addresses
>this. (Sorry, I don't have the course notes with me.)
There are libraries and algorithms which will do mesh simplification,
reducing triangular meshes
while maintaining their approximate shape, but an ASD mesh requires some
very strict
rules for connectivity between LODs, which the current mesh decimation
algorithms do not obey.
(The connectivity rules are discussed in my 96 IMAGE Conference paper "A
method for
Continuous Adaptive Terrain".)
You cannot take a mesh, and any simplification of that mesh, and be
guaranteed that there exists
a set of ASD steps that will get you from one to the next.
What you *could* do, is use a mesh simplification/decimation algorithm
(e.g. wavelet simplification)
to create a simplified base mesh, and then reconstruct finer levels of
detail from that base mesh which
would follow the ASD connectivity requirements. The best LOD of this mesh
would approximate your
initial mesh, but would not exactly match it.
>> ------------------------------
>> Lee Willis Virtual Landscape Dermatologist
>>
>> lwillis++at++terrex.com TERREX
>>
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:06 PDT