Modifier and Type | Field and Description |
---|---|
boolean |
requestVertexNormals
Flag that indicates if the client should request additional lighting information from the server if available.
|
boolean |
requestWaterMask
Flag that indicates if the client should request per tile water masks from the server if available.
|
Constructor and Description |
---|
CreateWorldTerrainOptions() |
Modifier and Type | Method and Description |
---|---|
static Cesium.CreateWorldTerrainOptions |
create(boolean requestVertexNormals)
Create instance for
Cesium.createWorldTerrain() . |
static Cesium.CreateWorldTerrainOptions |
create(boolean requestVertexNormals,
boolean requestWaterMask)
Create instance for
Cesium.createWorldTerrain() . |
@JsProperty public boolean requestVertexNormals
@JsProperty public boolean requestWaterMask
@JsOverlay public static Cesium.CreateWorldTerrainOptions create(boolean requestVertexNormals)
Cesium.createWorldTerrain()
.requestVertexNormals
- Flag that indicates if the client should request additional lighting information from the server if available.Cesium.createWorldTerrain()
.@JsOverlay public static Cesium.CreateWorldTerrainOptions create(boolean requestVertexNormals, boolean requestWaterMask)
Cesium.createWorldTerrain()
.requestVertexNormals
- Flag that indicates if the client should request additional lighting information from the server if available.requestWaterMask
- Flag that indicates if the client should request per tile water masks from the server if available.Cesium.createWorldTerrain()
.Copyright © 2019. All rights reserved.