Package org.deegree.rendering.r3d.multiresolution

Implementation of an efficient multiresolution model for massive triangle meshes (e.g. large terrain surfaces) based on the Batched Multi-Triangulation as described by Cignoni et al.

See:
          Description

Class Summary
Arc A directed arc of a MultiresolutionMesh.
MeshFragment Encapsulates the bounding box and approximation error for a fragment of a MultiresolutionMesh and provides access to the actual geometry data.
MeshFragmentData The MeshFragmentData holds the fragment data.
MultiresolutionMesh Implementation of a fragment based multiresolution model for massive triangle meshes (e.g. large terrain surfaces, but also suitable for free-form surfaces) based on the Batched Multi-Triangulation as described by Cignoni et al.
Node A node of a MultiresolutionMesh.
SelectiveRefinement Implementation of a selective refinement algorithm that operates on MultiresolutionMesh instances.
SpatialSelection Implementation of spatial selection algorithm for MultiresolutionMesh.
 

Package org.deegree.rendering.r3d.multiresolution Description

Implementation of an efficient multiresolution model for massive triangle meshes (e.g. large terrain surfaces) based on the Batched Multi-Triangulation as described by Cignoni et al.

Realizes the data model (the DAG) of the Batched Multi-Triangulation and contains implementations of selective refinement and spatial selection algorithms.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2011. All Rights Reserved.