public static final class BoxGeometry.Options
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
BoxGeometry.Options() |
Modifier and Type | Method and Description |
---|---|
static BoxGeometry.Options |
create() |
BoxGeometry.Options |
maximumCorner(Cartesian3 maximumCorner) |
BoxGeometry.Options |
minimumCorner(Cartesian3 minimumCorner) |
BoxGeometry.Options |
vertexFormat(VertexFormat vertexFormat) |
public static BoxGeometry.Options create()
public BoxGeometry.Options minimumCorner(Cartesian3 minimumCorner)
public BoxGeometry.Options maximumCorner(Cartesian3 maximumCorner)
public BoxGeometry.Options vertexFormat(VertexFormat vertexFormat)
Copyright © 2014. All rights reserved.