Skip to content

Commit

Permalink
Fix #94. Change label dot resolution to 32.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Oct 30, 2024
1 parent 384f5c3 commit bc343b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default Kapsule({

const pxPerDeg = 2 * Math.PI * GLOBE_RADIUS / 360;

const circleGeometry = new THREE.CircleGeometry(1, 16);
const circleGeometry = new THREE.CircleGeometry(1, 32);

threeDigest(state.labelsData, state.scene, {
createObj: () => {
Expand Down

0 comments on commit bc343b2

Please sign in to comment.