Package | Description |
---|---|
org.cesiumjs.cs.collections.options | |
org.cesiumjs.cs.scene |
Modifier and Type | Field and Description |
---|---|
ClippingPlane[] |
ClippingPlaneCollectionOptions.planes
An array of up to 6 Plane objects used to selectively disable rendering on the outside of each plane.
|
Modifier and Type | Method and Description |
---|---|
static ClippingPlane |
ClippingPlane.clone(ClippingPlane clippingPlane)
Clones the ClippingPlane without setting its ownership.
|
static ClippingPlane |
ClippingPlane.clone(ClippingPlane clippingPlane,
ClippingPlane result)
Clones the ClippingPlane without setting its ownership.
|
static ClippingPlane |
ClippingPlane.fromPlane(Plane plane)
Create a ClippingPlane from a Plane object.
|
static ClippingPlane |
ClippingPlane.fromPlane(Plane plane,
ClippingPlane result)
Create a ClippingPlane from a Plane object.
|
Modifier and Type | Method and Description |
---|---|
static ClippingPlane |
ClippingPlane.clone(ClippingPlane clippingPlane)
Clones the ClippingPlane without setting its ownership.
|
static ClippingPlane |
ClippingPlane.clone(ClippingPlane clippingPlane,
ClippingPlane result)
Clones the ClippingPlane without setting its ownership.
|
static ClippingPlane |
ClippingPlane.fromPlane(Plane plane,
ClippingPlane result)
Create a ClippingPlane from a Plane object.
|
Copyright © 2019. All rights reserved.