Skip to content

Commit 11b9af4

Browse files
committed
Update docs
1 parent 50de232 commit 11b9af4

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ schedulingCallback = requestAnimationFrame : ( cb : Function ) => void
707707

708708
A function used for scheduling when to run jobs next so more work doesn't happen in a single frame than there is time for -- defaults to the next frame. This should be overriden in scenarios where requestAnimationFrame is not reliable, such as when running in WebXR. See the VR demo for one example on how to handle this with WebXR.
709709

710-
## GoogleTilesRenderer
710+
## GooglePhotorealisticTilesRenderer
711711

712712
_extends [TilesRenderer](#TilesRenderer)_
713713

@@ -737,20 +737,6 @@ setLatLonToYUp( lat: Number, lon: Number ): void;
737737

738738
Rotates and positions the local transformation of the tile group object so the surface of the globe ellipsoid at the specified latitude and longitude faces Y+, X+ points north, and Z+ points east and is centered at 0, 0, 0.
739739

740-
## CesiumIonTilesRenderer
741-
742-
_extends [TilesRenderer](#TilesRenderer)_
743-
744-
Variant of TilesRenderer designed to easily support the [Cesium Ion API](https://cesium.com/learn/ion/rest-api/#section/Authentication). Handles initial url resolution, access tokens in the header, and query parameter additions.
745-
746-
### constructor
747-
748-
```js
749-
constructor( ionAssetId: String | Number, ionAccessToken: String )
750-
```
751-
752-
Takes the Ion asset id and access token.
753-
754740
## LRUCache
755741

756742
Utility class for the TilesRenderer to keep track of currently used items so rendered items will not be unloaded.

0 commit comments

Comments
 (0)