@JsType(isNative=true,
namespace="Cesium",
name="DebugAppearance")
public class DebugAppearance
extends Appearance
material, translucent| Constructor and Description |
|---|
DebugAppearance()
Visualizes a vertex attribute by displaying it as a color for debugging.
|
DebugAppearance(DebugAppearanceOptions options)
Visualizes a vertex attribute by displaying it as a color for debugging.
|
| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
The name of the attribute being visualized.
|
String |
glslDatatype()
The GLSL datatype of the attribute being visualized.
|
closed, fragmentShaderSource, getFragmentShaderSource, getRenderState, isTranslucent, renderState, vertexShaderSource@JsConstructor public DebugAppearance()
@JsConstructor public DebugAppearance(DebugAppearanceOptions options)
options - DebugAppearanceOptionsCopyright © 2019. All rights reserved.