Skip to content
New issue

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

new CesiumSensors.RectangularSensorGraphics () 问题 #8136

Closed
hanyingling opened this issue Sep 5, 2019 · 1 comment
Closed

new CesiumSensors.RectangularSensorGraphics () 问题 #8136

hanyingling opened this issue Sep 5, 2019 · 1 comment

Comments

@hanyingling
Copy link

hanyingling commented Sep 5, 2019

如何 使用new CesiumSensors.RectangularSensorGraphics ()

entity.addProperty("rectangularSensor");

entity.rectangularSensor = new CesiumSensors.RectangularSensorGraphics(
{
xHalfAngle : Cesium.Math.toRadians(40.0),
yHalfAngle : Cesium.Math.toRadians(20.0),
intersectionColor : Cesium.Color.GREEN.withAlpha(0.8),
intersectionWidth : 10,
showIntersection : true,
radius : 1000000.0,
show : true,
showThroughEllipsoid : false
}
);
报错:
捕获

@OmarShehata
Copy link
Contributor

If you're using the ion SDK (https://cesium.com/ion-sdk/), shoot us an email at support@cesium.com and we can help you out there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants