@JsType(isNative=true, namespace="<global>", name="Object") public class DebugAppearanceOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
attributeName
The name of the attribute to visualize.
|
String |
fragmentShaderSource
Optional GLSL fragment shader source to override the default fragment shader.
|
String |
glslDatatype
The GLSL datatype of the attribute.
|
boolean |
perInstanceAttribute
Boolean that determines whether this attribute is a per-instance geometry attribute.
|
Object |
renderState
Optional render state to override the default render state.
|
String |
vertexShaderSource
Optional GLSL vertex shader source to override the default vertex shader.
|
Constructor and Description |
---|
DebugAppearanceOptions()
Options for
DebugAppearance |
@JsProperty public String attributeName
@JsProperty public boolean perInstanceAttribute
@JsProperty public String glslDatatype
@JsProperty public String vertexShaderSource
@JsProperty public String fragmentShaderSource
@JsProperty public Object renderState
@JsConstructor public DebugAppearanceOptions()
DebugAppearance
Copyright © 2019. All rights reserved.