@JsType(isNative=true,
namespace="Cesium",
name="PolylineMaterialAppearance")
public class PolylineMaterialAppearance
extends Appearance
material, translucent| Constructor and Description |
|---|
PolylineMaterialAppearance()
An appearance for
PolylineGeometry that supports shading with materials. |
PolylineMaterialAppearance(PolylineMaterialAppearanceOptions options)
An appearance for
PolylineGeometry that supports shading with materials. |
| Modifier and Type | Method and Description |
|---|---|
static VertexFormat |
VERTEX_FORMAT()
The
VertexFormat that all PolylineMaterialAppearance instances are compatible with. |
VertexFormat |
vertexFormat()
The VertexFormat that this appearance instance is compatible with.
|
closed, fragmentShaderSource, getFragmentShaderSource, getRenderState, isTranslucent, renderState, vertexShaderSource@JsConstructor public PolylineMaterialAppearance()
PolylineGeometry that supports shading with materials.@JsConstructor public PolylineMaterialAppearance(PolylineMaterialAppearanceOptions options)
PolylineGeometry that supports shading with materials.options - PolylineMaterialAppearanceOptions@JsProperty(name="VERTEX_FORMAT") public static VertexFormat VERTEX_FORMAT()
VertexFormat that all PolylineMaterialAppearance instances are compatible with.
This requires position and st attributes.@JsProperty(name="vertexFormat") public VertexFormat vertexFormat()
VERTEX_FORMAT()Copyright © 2019. All rights reserved.