-
I try it,but the tool couldn't support it now?
-
I ran into a tileset that has a tile url with a leading slash that is not caught correctly by `detectBrokenUrlWorkaround`. The problem is the first tile that is encountered is a b3dm tile with a corre…
-
For example, update [here](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/TileFormats/Batched3DModel#binary-gltf) and elsewhere to be glTF 2.0, not glTF 1.0.
glTF 2.0 updates: https:…
-
Hello!
I'm trying to use this module to convert WKB -> B3dm and I always have an error when trying to parse a wkb file different than `test/building.wkb`.
At first I used code like that (it is a…
-
你好,我想问下你说的捆绑多个瓦片到一个json文件里。
我是先把每个obj模型都转换成b3dm格式的模型,然后再转换,
还是说每个模型都生成一个瓦片,然后在捆绑到一个json文件中?
-
From https://github.com/AnalyticalGraphicsInc/3d-tiles/pull/222#issuecomment-303121639
>I definitely see the benefit of making padding rules part of the spec, not just an implementation note. I'll …
-
Now I want to create the buildings of the whole city by 3D Tiles. I will use the refine(replace) attribute in the {tileset.json} because the source data has HLOD. In this case, the root node of quadtr…
-
如果我不创建自定义参数只单独生成一个文件则不会报错,反之就会报错。
![default](https://user-images.githubusercontent.com/11488502/37021865-ffe99074-215b-11e8-8d4c-edd0cd9e8ace.png)
这个问题如何解决呢?
-
The code in 3dtiles_provider as below:
const init = function f_init(mesh) {
mesh.frustumCulled = false;
if (mesh.material) {
if (layer.overrideMat…
-
Currently, any JSON file anywhere in the hierarchy can be the entry point of a tileset, there is also no requirement for it to be named `tileset.json`. This makes it impossible to write a generic loa…