text
stringlengths
0
8.81k
The Geometry instance with the attribute.
length
number
10000.0
optional
The length of each line segment in meters. This can be negative to point the vector in the opposite direction.
modelMatrix
Matrix4
Matrix4.IDENTITY
optional
The model matrix that transforms to transform the geometry from model to world coordinates.
Returns:
A new Primitive instance with geometry for the vectors.
Example:
scene.primitives.add(Cesium.createTangentSpaceDebugPrimitive({
geometry : instance.geometry,
length : 100000.0,
modelMatrix : instance.modelMatrix
}));
createWorldImageryAsync(options) → Promise.<IonImageryProvider>
engine/Source/Scene/createWorldImageryAsync.js 34
Creates an IonImageryProvider instance for ion's default global base imagery layer, currently Bing Maps.
Name
Type
Description
options
Object
optional
Object with the following properties: