referencing 3D Tiles on local machine... #2872
-
|
I'm trying to load a set of 3D Tiles on my local machine. I'm using osgEarth Version: 3.7.3 build 178 on Windows. I have the following in my earth file... I've also tried the following... In both cases, I get the following warning... Can someone tell me if I'm using the correct syntax or if it's not possible to load 3D Tiles on the local machine? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
The CesiumIon3DTiles layer is only used for accessing 3d tiles via Cesium Ion. If you want to use the built in 3d tiles driver with a local dataset you can use the ThreeDTiles layer like this: You also can build against cesium native and use the that driver which should be better supported |
Beta Was this translation helpful? Give feedback.
-
|
Try specifying the full path to the file instead of a relative path. |
Beta Was this translation helpful? Give feedback.
-
|
Ah great, I forgot about that. Glad you figured it out!
…On Fri, Dec 5, 2025 at 1:29 PM keince ***@***.***> wrote:
I found the problem. Once I added the line...
<libraries>osgEarthCesium</libraries>
in my earth file, it all started working.
—
Reply to this email directly, view it on GitHub
<#2872 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACPXYVWA4F6WP6QBURBH2T4AHFHDAVCNFSM6AAAAACNGBCUEGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMJXGU3DCNI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I found the problem. Once I added the line...
in my earth file, it all started working.