Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Feb 3, 2025
1 parent ec84e00 commit 72860dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,14 @@ readOnly loadProgress : Number
Returns the total load progress between `[0, 1]`. Progress is measured since the last set of loading tiles completed.
### .ellipsoid
```js
readonly ellipsoid : Ellipsoid
```
A definition on the ellipsoid used for the tile set. Defaults to the WGS84 ellipsoid and is modified if the `3DTILES_ELLIPSOID` plugin is present.
### .constructor
```js
Expand Down

0 comments on commit 72860dc

Please sign in to comment.