-
i build cesium-native as static libs,
and build osgEarthCesium as an static lib with an prebuild osgEarth version,
which is included in SIMDIS SDK,
after that,
i add this method to my exe,
``…
-
`➜ 3dtiles git:(linux_osg_370) ✗ cargo build --release
Compiling _3dtile v0.1.0 (/root/3dtiles)
warning: field is never read: `version`
--> src/main.rs:212:5
|
212 | pub version: S…
-
![image](https://github.com/fanvanzh/3dtiles/assets/122014332/d2be1014-30d2-4eca-8e87-053457829591)
版主你好,小白想问下为什么会出现这样的问题orz感谢
-
I was checking out some of the recent changes in the [`3d-tiles-next` branch here](https://github.com/CesiumGS/3d-tiles/tree/3d-tiles-next), and it brought up some thoughts about future extensibility.…
dbuck updated
4 months ago
-
**Describe the bug**
I use osgearth_viewerd.exe to load a 3dtiles json file
The osgearth_viewer program crashes directly
**Screenshots**
the earth file
![1](https://github.com/gwaldron/os…
-
Hello @ebeaufay,
I've been reading your code and docs and tried to instantiate a model at a given lat/long/height on a Google 3d tile but I couldn't succeed.
Do you have hints on how I could achieve…
-
-
While generating 3D tiles From GLB and gltf format there is only Tileset.json file Data folder which contains .b3Dm is missing. where as when i change input to .shp (shapefile) its generating that fo…
-
osgEarth Version (required):3.5
I am using the latest version of osgEarth to load 3dtiles files, which consume a lot of memory and graphics card resources
Look at the screenshot below
The r…
-
osgEarth Version (required): master
need bug fix file: Threading.
If we request uri resource in one thread, then node reader implement use the same uri path construct URI in the same thread, the…