@JsType(isNative=true, namespace="Cesium", name="MaterialAppearance.MaterialSupport") public class MaterialAppearance.MaterialSupport extends Object
Modifier and Type | Method and Description |
---|---|
VertexFormat |
ALL()
All materials, including those that work in tangent space, are supported.
|
VertexFormat |
BASIC()
Only basic materials, which require just position and normal vertex attributes, are supported.
|
VertexFormat |
TEXTURED()
Materials with textures, which require position, normal, and st vertex attributes,
are supported.
|
@JsProperty(name="BASIC") public VertexFormat BASIC()
@JsProperty(name="TEXTURED") public VertexFormat TEXTURED()
@JsProperty(name="ALL") public VertexFormat ALL()
Copyright © 2019. All rights reserved.