An appearance for rendering sensor volumes with Earth clipping and intersection lines.
This appearance provides:
- Clipping at Earth's surface (sensor doesn't render through the Earth)
- Intersection line where the sensor meets the Earth
- Optional occlusion clipping using a viewshed shadow map
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
optional
Object with the following properties:
|
Members
Whether to apply viewshed coloring to the cap.
The solid color used for the sensor volume.
Whether the fragment shader flips the surface normal.
Whether flat shading is used.
intersectionColor : Color
The color of the intersection line.
The width of the intersection line in pixels.
occludedColor : Color
The occluded color for viewshed coloring on the cap.
sensorPosition : Cartesian3
The sensor position in world coordinates.
The sensor radius in meters.
The shadow map for occlusion testing.
Whether to show the intersection line where the sensor meets Earth.
Whether to render the sensor through the Earth (for debugging).
When false (default), the sensor is clipped at Earth's surface.
splitDirection : SplitDirection
The split direction used for side-by-side comparison rendering.
Whether to stop at occlusion points.
The uniform map for this appearance.
The exponent applied to boresight falloff in the coverage-quality heat map.
The exponent applied to distance falloff in the coverage-quality heat map.
viewshedQualityHighColor : Color
The color used for high-quality coverage in the coverage-quality heat map.
viewshedQualityLowColor : Color
The color used for low-quality coverage in the coverage-quality heat map.
viewshedQualityMediumColor : Color
The color used for medium-quality coverage in the coverage-quality heat map.
The atmospheric attenuation rate used by RF viewshed visualization.
viewshedRfBadColor : Color
Legacy alias for `viewshedRfNegativeMarginColor`.
The RF frequency used by RF viewshed visualization.
viewshedRfGoodColor : Color
Legacy alias for `viewshedRfPositiveMarginColor`.
viewshedRfNegativeMarginColor : Color
The color used for negative RF link margin.
The occlusion penalty applied in RF viewshed visualization.
viewshedRfPositiveMarginColor : Color
The color used for positive RF link margin.
The RF path-loss threshold.
The transition band around the RF threshold.
The viewshed visualization mode.
visibleColor : Color
The visible color for viewshed coloring on the cap.