|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LODCriterion | |
---|---|
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. |
org.deegree.rendering.r3d.multiresolution.crit |
Uses of LODCriterion in org.deegree.rendering.r3d.multiresolution |
---|
Methods in org.deegree.rendering.r3d.multiresolution with parameters of type LODCriterion | |
---|---|
List<MeshFragment> |
MultiresolutionMesh.extractLOD(LODCriterion crit)
Extracts the smallest LOD that satisfies the given LOD criterion. |
List<MeshFragment> |
MultiresolutionMesh.extractLODFragment(LODCriterion crit,
ViewFrustum roi)
Extracts the smallest LOD fragment that satisfies the given LOD criterion . |
Constructors in org.deegree.rendering.r3d.multiresolution with parameters of type LODCriterion | |
---|---|
SelectiveRefinement(MultiresolutionMesh mt,
LODCriterion crit)
Creates a new SelectiveRefinement instance for the given MultiresolutionMesh and
LODCriterion . |
|
SpatialSelection(MultiresolutionMesh mt,
LODCriterion crit,
ViewFrustum roi,
float zScale)
Creates a new SpatialSelection instance for the given MultiresolutionMesh ,
LODCriterion and region of interest. |
Uses of LODCriterion in org.deegree.rendering.r3d.multiresolution.crit |
---|
Classes in org.deegree.rendering.r3d.multiresolution.crit that implement LODCriterion | |
---|---|
class |
Coarsest
LODCriterion that requests the coarsest LOD available in a MultiresolutionMesh . |
class |
Finest
LODCriterion that requests the finest LOD available in a MultiresolutionMesh . |
class |
MaxError
LODCriterion that requests the smallest LOD in a MultiresolutionMesh with an approximation error that
does not exceed a given bound. |
class |
ViewFrustumCrit
LODCriterion for specifying LODs that are optimized for perspective rendering. |
Fields in org.deegree.rendering.r3d.multiresolution.crit declared as LODCriterion | |
---|---|
static LODCriterion |
LODCriterion.COARSEST
Static instance of a Coarsest criterion, use this to extract the coarsest LOD contained in a
MultiresolutionMesh . |
static LODCriterion |
LODCriterion.FINEST
Static instance of a Finest criterion, use this to extract the finest LOD contained in a
MultiresolutionMesh . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |