We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的项目是一个vue项目 Cesium.RectangularSensorPrimitive = RectangularSensorPrimitive; Cesium.RectangularSensorGraphics = RectangularSensorGraphics; Cesium.RectangularSensorVisualizer = RectangularSensorVisualizer; // conicSensor Cesium.ConicArcSensorGeometry = ConicArcSensorGeometry; Cesium.ConicArcSensorOutlineGeometry = ConicArcSensorOutlineGeometry; Cesium.ConicArcSensorGraphics = ConicArcSensorGraphics; Cesium.ConicArcSensorCollection = ConicArcSensorCollection; 我是在main文件中执行的这步操作, 点能渲染出来 就是没有锥形视图
The text was updated successfully, but these errors were encountered:
把Third文件夹中的cesium1.30换成新版,比如1.66,demo锥形视图也不显示了。
Sorry, something went wrong.
No branches or pull requests
我的项目是一个vue项目
Cesium.RectangularSensorPrimitive = RectangularSensorPrimitive;
Cesium.RectangularSensorGraphics = RectangularSensorGraphics;
Cesium.RectangularSensorVisualizer = RectangularSensorVisualizer;
// conicSensor
Cesium.ConicArcSensorGeometry = ConicArcSensorGeometry;
Cesium.ConicArcSensorOutlineGeometry = ConicArcSensorOutlineGeometry;
Cesium.ConicArcSensorGraphics = ConicArcSensorGraphics;
Cesium.ConicArcSensorCollection = ConicArcSensorCollection;
我是在main文件中执行的这步操作, 点能渲染出来 就是没有锥形视图
The text was updated successfully, but these errors were encountered: