ComplexConicSensorVolume

ComplexConicSensorVolume

new ComplexConicSensorVolume

DOC_TBA

See:

Members

capMaterial

DOC_TBA

erosion :Number

DOC_TBA

innerHalfAngle :Number

DOC_TBA
See:

innerMaterial

DOC_TBA

intersectionColor :Color

The color of the polyline where the sensor outline intersects the central body. The default is Color.WHITE.
See:

maximumClockAngle :Number

DOC_TBA
See:

minimumClockAngle :Number

DOC_TBA
See:

modelMatrix :Matrix4

The 4x4 transformation matrix that transforms this sensor from model to world coordinates. In it's model coordinates, the sensor's principal direction is along the positive z-axis. Minimum and maximum clock angles are measured from the x-axis. This matrix is available to GLSL vertex and fragment shaders via czm_model and derived uniforms.


Model coordinate system for a conic sensor
Example
// The sensor's vertex is located on the surface at -75.59777 degrees longitude and 40.03883 degrees latitude.
// The sensor's cone opens upward, along the surface normal.
var center = ellipsoid.cartographicToCartesian(Cartographic.fromDegrees(-75.59777, 40.03883));
sensor.modelMatrix = Transforms.eastNorthUpToFixedFrame(center);
See:

outerHalfAngle :Number

DOC_TBA
See:

outerMaterial

DOC_TBA

radius :Number

DOC_TBA

show :Boolean

true if this sensor will be shown; otherwise, false

showIntersection :Boolean

When true, a polyline is shown where the sensor outline intersections the central body. The default is true.
See:

silhouetteMaterial

DOC_TBA

Methods

destroy

DOC_TBA

isDestroyed

DOC_TBA

update

DOC_TBA

Throws: