@JsType(isNative=true, namespace="Cesium", name="GeometryAttribute") public class GeometryAttribute extends Object
Modifier and Type | Field and Description |
---|---|
int |
componentDatatype
ComponentDatatype
The datatype of each component in the attribute, e.g., individual elements in GeometryAttribute#values. |
int |
componentsPerAttribute
A number between 1 and 4 that defines the number of components in an attributes.
|
boolean |
normalize
When true and componentDatatype is an integer format, indicate that the components should be mapped to the range [0, 1]
(unsigned) or [-1, 1] (signed) when they are accessed as floating-point for rendering.
|
com.google.gwt.typedarrays.shared.TypedArrays |
values
The values for the attributes stored in a typed array.
|
Constructor and Description |
---|
GeometryAttribute()
Values and type information for geometry attributes.
|
GeometryAttribute(GeometryAttributeOptions options)
Values and type information for geometry attributes.
|
@JsProperty public int componentDatatype
ComponentDatatype
The datatype of each component in the attribute, e.g., individual elements in GeometryAttribute#values.@JsProperty public int componentsPerAttribute
@JsProperty public boolean normalize
@JsProperty public com.google.gwt.typedarrays.shared.TypedArrays values
@JsConstructor public GeometryAttribute()
@JsConstructor public GeometryAttribute(GeometryAttributeOptions options)
options
- OptionsCopyright © 2019. All rights reserved.