Package | Description |
---|---|
org.cesiumjs.cesium |
Modifier and Type | Field and Description |
---|---|
static VertexFormat |
VertexFormat.ALL |
static VertexFormat |
VertexFormat.DEFAULT |
static VertexFormat |
PerInstanceColorAppearance.FLAT_VERTEX_FORMAT |
static VertexFormat |
VertexFormat.POSITION_AND_NORMAL |
static VertexFormat |
VertexFormat.POSITION_AND_ST |
static VertexFormat |
VertexFormat.POSITION_NORMAL_AND_ST |
static VertexFormat |
VertexFormat.POSITION_ONLY |
static VertexFormat |
PerInstanceColorAppearance.VERTEX_FORMAT |
Modifier and Type | Method and Description |
---|---|
static VertexFormat |
VertexFormat.create() |
static VertexFormat |
VertexFormat.init(String constName) |
static VertexFormat |
PerInstanceColorAppearance.initVertexFormat(String constName) |
VertexFormat |
VertexFormat.setBinormal(boolean binormal) |
VertexFormat |
VertexFormat.setNormal(boolean normal) |
VertexFormat |
VertexFormat.setPosition(boolean position) |
VertexFormat |
VertexFormat.setSt(boolean st) |
VertexFormat |
VertexFormat.setTangent(boolean tangent) |
Modifier and Type | Method and Description |
---|---|
static BoxGeometry |
BoxGeometry.fromDimensions(Cartesian3 dimensions,
VertexFormat vertexFormat) |
PolygonGeometry.Options |
PolygonGeometry.Options.vertexFormat(VertexFormat vertexFormat) |
CircleGeometry.Options |
CircleGeometry.Options.vertexFormat(VertexFormat vertexFormat) |
BoxGeometry.Options |
BoxGeometry.Options.vertexFormat(VertexFormat vertexFormat) |
Copyright © 2014. All rights reserved.