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

将osgb文件转换成b3dm文件出来会显示有的文件缺失bufferview属性 ![image](https://user-images.githubusercontent.com/35906343/96467006-121bc380-125d-11eb-8076-b253eb328805.png)

fbx => 3dtile, convert fbx file to 3dtile, include auto_lod\texture convert etc.. 看到这句,爱问一问

Hi, I had run the command line and receive 3d object, but i can do it only for single file, when i try to put the directory as output im...

While converting Shapefile into 3Dtiles, all additional attributes (beside height) were deleted from 3d tiles. conversion command: >3dtile.exe -f shape -i storage tanks.shp -o storage tanks --height height Attached: 1....

Hi, I tried the pre complied exe in Windows platform for converting 3ds to gltf files. But sometimes it will give error "Warning: Could not find plugin to read objects...

我使用prebuild 下载的3tile.exe 进行osgb文件进行转换,在转换过程中出现一些错误,如截图, ![image](https://user-images.githubusercontent.com/59426715/72413262-5c41b700-37aa-11ea-9cbc-d2d2922d96d9.png) 最大的问题时,在程序执行完之后,没有对应的tileset.json文件产生。请问这里面会是什么问题呢?是我的osgb文件有问题吗?

目前有b3dm->osgb的需求,這個難度大嗎?

enhancement

我见项目中用main.rs作为入口 然后最终是到shp23dtile里的extern "C" bool shp23dtile(const char* filename, int layer_id,const char* dest, const char* height) 那么我有什么办法直接用这个函数么,比如用shp23dtile.cpp生成dll 然后用C#图形界面进行传参(生成dll失败了。。。。) 都是类似下面的这种错LNK2001 LNK2019 错误 LNK2001 无法解析的外部符号 "__declspec(dllimport) public: int __thiscall osg::Referenced::ref(void)const " (__imp_?ref@Referenced@osg@@QBEHXZ) ConsoleApplication5 C:\Users\17717\documents\visual...