-
When I was using obj2tiles, I found that some models generate several b3dms, while others only generate one b3dms, which is not related to size. So, I would like to ask how to generate a tileset.json …
-
用这个工具转换osgb后,有的模型加载成功,有的模型加载失败。
1. 加载成功的模型:
![image](https://github.com/fanvanzh/3dtiles/assets/41559634/9082b962-d69c-4fc4-9611-6688821c64f4)
![image](https://github.com/fanvanzh/3dtiles/assets/…
-
This issue is a feature proposal. Feel free to upvote (with 👍 ), comment and provide your use-cases if you're interested by this feature.
## Context
(Originally discussed in https://github.com/i…
-
엔진 버전
: 2.7.0
문의 내용
: [샌드박스 예제](https://sandbox.egiscloud.com/code/main.do?id=object_3dtiles)를 참고하여, 보유하고 있는 b3dm 타일셋을 화면에 표출하려고 했으나 표출 되지 않음.
1. 카메라는 모델의 좌표로 이동되는것을 확인
2. 브라우저에서 b3dm 파일은 성공적…
-
代码 var tileset = new Cesium.Cesium3DTileset({
url: "Tileset/tileset.json",
});
tileset.readyPromise
.then(function (tileset) {
viewer.scene.primitives.add(tileset);
viewer.zoomTo(
…
-
This may have to be broken down into smaller issues at some point, but some context is summarized here:
Much of the functionality of version 0.2.0 of the tools was built by extracting "generic" fun…
-
![Screenshot from 2020-08-27 18-13-21](https://user-images.githubusercontent.com/45389498/91428636-13e68d80-e891-11ea-8d36-49f9c88a038b.png)
-
你好
我有很多obj轉3D tiles都能順利成功,但發現幾個obj轉出來,數據會丟失
這個是本端端開啟obj的模樣
![image](https://github.com/PrincessGod/objTo3d-tiles/assets/110151053/d7f862fb-398d-4f27-a77b-bfd21adb4e3f)
然後這是to 3dtiles後上傳到cesium的模樣
…
-
Vector tiles are not well supported in 2D and CV. They use an ECEF based RTC value that doesn't adjust when switching to 2D or CV. And unlike regular polylines we don't store 2D position for vector ti…
-
**Is your feature request related to a problem? Please describe.**
I'm looking for a 3D tileset renderer for Babylon.js. I've played a bit with loader.gl which seems focused on geospatial tilesets.…