| let lon = config.position.x | let lon = config.position.x | ||||
| let lat = config.position.y | let lat = config.position.y | ||||
| let height = config.position.z | let height = config.position.z | ||||
| that._position = Cesium.Cartesian3.fromDegrees(lon, lat, height + this.heightOffset) | |||||
| that._position = Cesium.Cartesian3.fromDegrees(lon, lat, height + that.heightOffset) | |||||
| that.modelMatrix = Cesium.Transforms.eastNorthUpToFixedFrame( | that.modelMatrix = Cesium.Transforms.eastNorthUpToFixedFrame( | ||||
| that._position | that._position | ||||
| ) | ) |