Package | Description |
---|---|
org.cesiumjs.cs.core |
Modifier and Type | Method and Description |
---|---|
CullingVolume |
PerspectiveFrustum.computeCullingVolume(Cartesian3 position,
Cartesian3 direction,
Cartesian3 up)
Creates a culling volume for this frustum.
|
CullingVolume |
OrthographicOffCenterFrustum.computeCullingVolume(Cartesian3 position,
Cartesian3 direction,
Cartesian3 up)
Creates a culling volume for this frustum.
|
CullingVolume |
PerspectiveOffCenterFrustum.computeCullingVolume(Cartesian3 position,
Cartesian3 direction,
Cartesian3 up)
Creates a culling volume for this frustum.
|
CullingVolume |
OrthographicFrustum.computeCullingVolume(Cartesian3 position,
Cartesian3 direction,
Cartesian3 up)
Creates a culling volume for this frustum.
|
static CullingVolume |
CullingVolume.fromBoundingSphere(BoundingSphere boundingSphere)
Constructs a culling volume from a bounding sphere.
|
static CullingVolume |
CullingVolume.fromBoundingSphere(BoundingSphere boundingSphere,
CullingVolume result)
Constructs a culling volume from a bounding sphere.
|
Modifier and Type | Method and Description |
---|---|
static CullingVolume |
CullingVolume.fromBoundingSphere(BoundingSphere boundingSphere,
CullingVolume result)
Constructs a culling volume from a bounding sphere.
|
Copyright © 2019. All rights reserved.