Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.geometry | |
org.cesiumjs.cs.core.geometry.options | |
org.cesiumjs.cs.scene.apperances |
Modifier and Type | Method and Description |
---|---|
static VertexFormat |
VertexFormat.clone(VertexFormat cartesian)
Duplicates a VertexFormat instance.
|
static VertexFormat |
VertexFormat.clone(VertexFormat cartesian,
VertexFormat result)
Duplicates a VertexFormat instance.
|
static VertexFormat |
VertexFormat.DEFAULT()
An immutable vertex format with position, normal, and st attributes.
|
static VertexFormat |
VertexFormat.POSITION_AND_COLOR()
An immutable vertex format with position and color attributes.
|
static VertexFormat |
VertexFormat.POSITION_AND_NORMAL()
An immutable vertex format with position and normal attributes.
|
static VertexFormat |
VertexFormat.POSITION_AND_ST()
An immutable vertex format with position and st attributes.
|
static VertexFormat |
VertexFormat.POSITION_NORMAL_AND_ST()
An immutable vertex format with position, normal, and st attributes.
|
static VertexFormat |
VertexFormat.POSITION_ONLY()
An immutable vertex format with only a position attribute.
|
static VertexFormat |
VertexFormat.unpack(double[] array)
Retrieves an instance from a packed array.
|
static VertexFormat |
VertexFormat.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static VertexFormat |
VertexFormat.unpack(double[] array,
int startingIndex,
VertexFormat result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static VertexFormat |
VertexFormat.clone(VertexFormat cartesian)
Duplicates a VertexFormat instance.
|
static VertexFormat |
VertexFormat.clone(VertexFormat cartesian,
VertexFormat result)
Duplicates a VertexFormat instance.
|
static double[] |
VertexFormat.pack(VertexFormat value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
VertexFormat.pack(VertexFormat value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static VertexFormat |
VertexFormat.unpack(double[] array,
int startingIndex,
VertexFormat result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static PlaneGeometry |
PlaneGeometry.create(VertexFormat vertexFormat) |
Modifier and Type | Field and Description |
---|---|
VertexFormat |
EllipseGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
PlaneGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
FrustumGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
CorridorGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
CircleGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
BoxGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
RectangleGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
EllipsoidGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
WallGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
PolylineGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
VertexFormat |
PolygonOutlineGeometryOptions.vertexFormat
The vertex attributes to be computed.
|
Modifier and Type | Method and Description |
---|---|
VertexFormat |
MaterialAppearance.MaterialSupport.ALL()
All materials, including those that work in tangent space, are supported.
|
VertexFormat |
MaterialAppearance.MaterialSupport.BASIC()
Only basic materials, which require just position and normal vertex attributes, are supported.
|
static VertexFormat |
PerInstanceColorAppearance.FLAT_VERTEX_FORMAT()
The VertexFormat that all PerInstanceColorAppearance instances are compatible with when PerInstanceColorAppearance#flat
is false.
|
VertexFormat |
MaterialAppearance.MaterialSupport.TEXTURED()
Materials with textures, which require position, normal, and st vertex attributes,
are supported.
|
static VertexFormat |
EllipsoidSurfaceAppearance.VERTEX_FORMAT()
The VertexFormat that all EllipsoidSurfaceAppearance instances are compatible with, which requires only position
and st attributes.
|
static VertexFormat |
PerInstanceColorAppearance.VERTEX_FORMAT()
The VertexFormat that all PerInstanceColorAppearance instances are compatible with.
|
static VertexFormat |
PolylineColorAppearance.VERTEX_FORMAT()
The VertexFormat that all
PolylineColorAppearance instances are compatible with. |
static VertexFormat |
PolylineMaterialAppearance.VERTEX_FORMAT()
The
VertexFormat that all PolylineMaterialAppearance instances are compatible with. |
VertexFormat |
EllipsoidSurfaceAppearance.vertexFormat()
The VertexFormat that this appearance instance is compatible with.
|
VertexFormat |
PerInstanceColorAppearance.vertexFormat()
The VertexFormat that this appearance instance is compatible with.
|
VertexFormat |
MaterialAppearance.vertexFormat()
The VertexFormat that this appearance instance is compatible with.
|
VertexFormat |
PolylineColorAppearance.vertexFormat()
The
VertexFormat that this appearance instance is compatible with. |
VertexFormat |
PolylineMaterialAppearance.vertexFormat()
The VertexFormat that this appearance instance is compatible with.
|
Copyright © 2019. All rights reserved.