Package | Description |
---|---|
org.cesiumjs.cs.core |
Modifier and Type | Method and Description |
---|---|
static Occluder |
Occluder.fromBoundingSphere(BoundingSphere occluderBoundingSphere,
Cartesian3 cameraPosition)
Creates an occluder from a bounding sphere and the camera position.
|
static Occluder |
Occluder.fromBoundingSphere(BoundingSphere occluderBoundingSphere,
Cartesian3 cameraPosition,
Occluder result)
Creates an occluder from a bounding sphere and the camera position.
|
Modifier and Type | Method and Description |
---|---|
static Occluder |
Occluder.fromBoundingSphere(BoundingSphere occluderBoundingSphere,
Cartesian3 cameraPosition,
Occluder result)
Creates an occluder from a bounding sphere and the camera position.
|
static boolean |
BoundingSphere.isOccluded(BoundingSphere sphere,
Occluder occluder)
Determines whether or not a sphere is hidden from view by the occluder.
|
boolean |
OrientedBoundingBox.isOccluded(Occluder occluder)
Determines whether or not a bounding box is hidden from view by the occluder.
|
boolean |
BoundingSphere.isOccluded(Occluder occluder)
Determines whether or not a sphere is hidden from view by the occluder.
|
static boolean |
OrientedBoundingBox.isOccluded(OrientedBoundingBox box,
Occluder occluder)
Determines whether or not a bounding box is hidden from view by the occluder.
|
Copyright © 2019. All rights reserved.