3dtiles icon indicating copy to clipboard operation
3dtiles copied to clipboard

The fastest tools for 3dtiles convert in the world!

Results 114 3dtiles issues
Sort by recently updated
recently updated
newest added

转换的模型在Cesium中3D模式显示正常,但是在2D或者2.5D中,拉近后出现大量缺块,模型消失的问题。 ![image](https://user-images.githubusercontent.com/33080501/184308448-5468a988-60ac-4b2b-b420-bb7341803a49.png)

您好,我在您的代码基础上增加了贴图功能。但是您的代码好像是一次性渲染的,导致贴图后cesuimlab上加载场景时很慢,请问这个是因为未使用HLOD层次模型的原因吗,有优化方法或这思路吗。谢谢。

使用3dtiles转化出的b3dm经过draco压缩后无法进行展示,提示 CesiumWidget.js?1343:688 An error occurred while rendering. Rendering has stopped. TypeError: Cannot read property 'replace' of undefined TypeError: Cannot read property 'replace' of undefined at Object.ModelUtility.modifyShaderForDracoQuantizedAttributes (webpack-internal:///./node_modules/cesium/Source/Scene/ModelUtility.js:706:56) at modifyShaderForQuantizedAttributes (webpack-internal:///./node_modules/cesium/Source/Scene/Model.js:2469:74)...

ERROR: 2022-07-01 14:58:02 - wkt convert failed! 只有这个错误信息, 作者有空的时候可以看一下吗 windows下切片成功,并且坐标转换正常

请问是不是在Linux下转换坐标,是不是还需要另外配置一些环境

![image](https://user-images.githubusercontent.com/46475872/176121624-11b4dab0-87d4-4c00-a62b-e65216567bca.png) 对于新手的我来说,这一句话理解起来有点困难。是不是这样子: 1.执行cargo build --release只适用于centos7。 2.其它的linux系统需要自己pull "https://github.com/openscenegraph/OpenSceneGraph.git" and build

因为兼容问题需要使用3.65版本库,但使用osb_3_65分支转换的3dtiles没有贴图显示,使用master分支转换的是正常有贴图的,请问这是什么原因呢?

请问下怎么将gltf文件转换成3dtiles 呢?我直接指定-f gltf -i xxx.gltf -o 目录 ,结果报output format 不支持的错误了

`➜ 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: String, | ^^^^^^^^^^^^^^^^^^^ | = note:...