polylinePositions |
Array.<Cartesian3>
|
|
An array of Cartesain3 positions that define the center of the polyline volume. |
shapePositions |
Number
|
|
An array of Cartesian2 positions that define the shape to be extruded along the polyline |
ellipsoid |
Ellipsoid
|
Ellipsoid.WGS84
|
optional
The ellipsoid to be used as a reference. |
granularity |
Number
|
CesiumMath.RADIANS_PER_DEGREE
|
optional
The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer. |
height |
Number
|
0
|
optional
The distance between the ellipsoid surface and the positions. |
vertexFormat |
VertexFormat
|
VertexFormat.DEFAULT
|
optional
The vertex attributes to be computed. |
cornerType |
Boolean
|
CornerType.ROUNDED
|
optional
Determines the style of the corners. |