Appearance
KBE3D / KBCore / Cesium / CesiumTerrainProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the CesiumTerrainProvider constructor
继承于
属性
requestVertexNormals?
optionalrequestVertexNormals:boolean
Flag that indicates if the client should request additional lighting information from the server, in the form of per vertex normals if available.
requestWaterMask?
optionalrequestWaterMask:boolean
Flag that indicates if the client should request per tile water masks from the server, if available.
requestMetadata?
optionalrequestMetadata:boolean
Flag that indicates if the client should request per tile metadata from the server, if available.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the default ellipsoid is used.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
