gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.48k stars 774 forks source link

osgearth Whether the 3dtiles data format is supported #2379

Closed lwh504530121 closed 10 months ago

lwh504530121 commented 10 months ago

Excuse me, does osgEarth support the 3D Tiles data format stored locally on disk? If supported, could you please specify the version that includes this capability?

jasonbeverage commented 10 months ago

osgEarth has supported 3D tiles since version 3.0 via it's own implementation. Version 3.5 added support for Cesium Native which should provide much better support for 3d tiles across the board.

You can find instructions on how to build and use the cesium native support here: https://docs.osgearth.org/en/latest/cesium_native.html

On Mon, Nov 13, 2023 at 10:05 AM lwh504530121 @.***> wrote:

Excuse me, does osgEarth support the 3D Tiles data format stored locally on disk? If supported, could you please specify the version that includes this capability?

— Reply to this email directly, view it on GitHub https://github.com/gwaldron/osgearth/issues/2379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPXYSHGSFCFLGFSKUAHQDYEIZMJAVCNFSM6AAAAAA7JJO2IWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TAOBVGA2DGNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lwh504530121 commented 10 months ago

Hello, I have successfully loaded the b3dm model, but when I loaded the pnts point cloud, I found that I could not view the model normally. If I opened node->setShowBoundingVolumes(true), I could see the bounding box, but the viewer window would be stuck and the memory would stay at 800m. How should I check it? Thank you very much

lwh504530121 commented 10 months ago

20231114222140