CesiumGS / CesiumGS/cesium

Large filled circles fill the opposite side.

Open
#998 4 comments 0 reactions 0 assignees View on GitHub
category - polygons/geometry priority - high type - bug
Dominant language
JavaScript
Stars
15.7k
Forks
3.9k
Avg merge
4d 6h
Merged PRs (30d)
34

Description

Code example:

``` javascript
var circle = new Cesium.Polygon();
circle.setPositions(
Cesium.Shapes.computeCircleBoundary(
ellipsoid,
ellipsoid.cartographicToCartesian(Cesium.Cartographic.fromDegrees(0, 90.0)), 12500000.0));
primitives.add(circle);
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue using the JavaScript example, then trace Cesium.Polygon and Cesium.Shapes.computeCircleBoundary to determine why a circle centered at 90 degrees fills the opposite side. Done means the large filled circle renders only on its intended side; no source files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.