@JsType(isNative=true, namespace="<global>", name="Object") public class FrustumGeometryOptions extends FrustumOutlineGeometryOptions
FrustumGeometry
Modifier and Type | Field and Description |
---|---|
VertexFormat |
vertexFormat
The vertex attributes to be computed.
|
frustum, orientation, origin
Constructor and Description |
---|
FrustumGeometryOptions(Frustum frustum,
Cartesian3 origin,
Quaternion orientation)
Options for
FrustumGeometry |
@JsProperty public VertexFormat vertexFormat
VertexFormat.DEFAULT()
@JsConstructor public FrustumGeometryOptions(Frustum frustum, Cartesian3 origin, Quaternion orientation)
FrustumGeometry
frustum
- The frustum.origin
- The origin of the frustum.orientation
- The orientation of the frustum.Copyright © 2019. All rights reserved.