Skip to main content

flywave-mapview.clipplanesevaluator

Home > @flywave/flywave-mapview > ClipPlanesEvaluator

ClipPlanesEvaluator interface

Signature:

export interface ClipPlanesEvaluator 

Properties

Property

Modifiers

Type

Description

maxElevation

number

Set maximum elevation to be rendered, values above sea level are positive.

minElevation

number

Minimum elevation to be rendered, values beneath the sea level are negative.

Methods

Method

Description

evaluateClipPlanes(camera, projection, elevationProvider, useLogarithmicDepth)

Compute near and far clipping planes distance.