Browse Source

修改创地形方法

tags/1.0.0
Caven 5 years ago
parent
commit
cb4cc33a4a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/core/terrain/DC.TerrainFactory.js

+ 2
- 2
src/core/terrain/DC.TerrainFactory.js View File

* @Author: Caven * @Author: Caven
* @Date: 2020-01-21 15:54:56 * @Date: 2020-01-21 15:54:56
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-02-29 00:48:56
* @Last Modified time: 2020-02-29 18:41:35
*/ */
import Cesium from '@/namespace' import Cesium from '@/namespace'


/** /**
* create vr terrain * create vr terrain
*/ */
static createArcgisTerrain(options) {
static createVRTerrain(options) {
return new Cesium.VRTheWorldTerrainProvider(options) return new Cesium.VRTheWorldTerrainProvider(options)
} }
} }

Loading…
Cancel
Save