@JsType(isNative=true,
namespace="<global>",
name="Object")
public class RectangleGeometryOptions
extends RectangleOutlineGeometryOptions
| Modifier and Type | Field and Description |
|---|---|
boolean |
closeBottom
Specifies whether the rectangle has a bottom cover when extruded.
|
boolean |
closeTop
Specifies whether the rectangle has a top cover when extruded.
|
double |
stRotation
The rotation of the texture coordinates, in radians.
|
VertexFormat |
vertexFormat
The vertex attributes to be computed.
|
ellipsoid, extrudedHeight, granularity, height, rectangle, rotation| Constructor and Description |
|---|
RectangleGeometryOptions()
Options for
RectangleGeometry |
@JsProperty public VertexFormat vertexFormat
VertexFormat.DEFAULT()@JsProperty public double stRotation
@JsProperty public boolean closeTop
@JsProperty public boolean closeBottom
@JsConstructor public RectangleGeometryOptions()
RectangleGeometryCopyright © 2019. All rights reserved.