Replies: 1 comment 6 replies
-
I believe the 3D tiles loader expects the viewport to be geospatial (since you are rendering geospatial data). The What kind of controller behavior are you looking for? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have 3D tiles hosted on Cesium ION which we are displaying using the Tile3DLayer. The default view for deck.gl is the MapView which works great. However, we have some use cases where we are not using a base map and the OrbitView behaviour would work better.
This CodePen is an example Tile3DLayer loading well using MapView. However trying to achieve a similar thing with OrbitView does not seem to work (see CodePen).
A couple notes on my OrbitView code:
coordinateSystem
toCOORDINATE_SYSTEM.CARTESIAN
.cartesianCenter
andcartographicCenter
as the view statetarget
, but neither shows the 3D tileset.Is it possible to view a Tile3DLayer using OrbitView? Maybe the Tile3DLayer is being rendered, but I am looking in the incorrect location?
Beta Was this translation helpful? Give feedback.
All reactions