@JsType(isNative=true, namespace="<global>", name="Object") public class GeometryOptions extends Object
Modifier and Type | Field and Description |
---|---|
GeometryAttributes |
attributes
Attributes, which make up the geometry's vertices.
|
BoundingSphere |
boundingSphere
An optional bounding sphere that fully enclosed the geometry.
|
com.google.gwt.typedarrays.shared.Uint32Array |
indices
Optional index data that determines the primitives in the geometry.
|
Integer |
primitiveType
PrimitiveType
The type of primitives in the geometry. |
Constructor and Description |
---|
GeometryOptions() |
@JsProperty public GeometryAttributes attributes
@JsProperty public Integer primitiveType
PrimitiveType
The type of primitives in the geometry.
Default: PrimitiveType.TRIANGLES@JsProperty public com.google.gwt.typedarrays.shared.Uint32Array indices
@JsProperty public BoundingSphere boundingSphere
Copyright © 2019. All rights reserved.