Package | Description |
---|---|
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.options |
Modifier and Type | Class and Description |
---|---|
class |
Cesium3DTileFeature
A feature of a
Cesium3DTileset . |
Modifier and Type | Field and Description |
---|---|
PickedObject |
DebugModelMatrixPrimitive.id
A user-defined object to return when the instance is picked with
Scene.pick(Cartesian2) |
Modifier and Type | Method and Description |
---|---|
PickedObject[] |
Scene.drillPick(Cartesian2 windowPosition)
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
|
PickedObject[] |
Scene.drillPick(Cartesian2 windowPosition,
double limit)
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
|
PickedObject[] |
Scene.drillPick(Cartesian2 windowPosition,
double limit,
int width)
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
|
PickedObject[] |
Scene.drillPick(Cartesian2 windowPosition,
double limit,
int width,
int height)
Returns a list of objects, each containing a `primitive` property, for all primitives at a particular
window coordinate position.
|
PickedObject |
Scene.pick(Cartesian2 windowPosition)
Returns an object with a `primitive` property that contains the first (top) primitive in the scene at a particular
window coordinate or undefined if nothing is at the location.
|
Modifier and Type | Field and Description |
---|---|
PickedObject |
DebugModelMatrixPrimitiveOptions.id
A user-defined object to return when the instance is picked with
Scene.pick(Cartesian2) |
Copyright © 2019. All rights reserved.