objTo3d-tiles icon indicating copy to clipboard operation
objTo3d-tiles copied to clipboard

Convert obj model file to 3d tiles

Results 37 objTo3d-tiles issues
Sort by recently updated
recently updated
newest added

The main function `obj23dtiles(objPath, outputPath, options)` used to return `undefined`, although there is much asynchronicity properly used inside of it. Because of this, it was not possible to properly wait...

![2](https://user-images.githubusercontent.com/57747738/91025917-99b5cf00-e62c-11ea-804d-478241ee1fdb.png) the obj file is 2G.

Hi ! First of all thanks for a great software! I am having problems with conveting mesh .obj from my drone. The resultant tileset get a vertical direction. Does somebody...

It's a great tool for model convert to cesium, i want to know the tool is support to create LOD whether or not

Is it possible to use this library to convert obj to a hierarchical (multi level for lod) tileset ? if yes, is there a example somewhere ?

转成B3DM后refine全是ADD,请问如何修改为REPLACE

https://github.com/PrincessGod/objTo3d-tiles/blob/0e0d32fa3a8cca0a07bd782945cc333690f433e8/lib/obj2Tileset.js#L31 the indice of Height and Y are wrong. Line 31 should be `minmaxPoint.max[1] - minmaxPoint.min[1];` Line 35 should be `var offsetY = height / 2 + minmaxPoint.min[1];` Line 40,...

for bug: position2D is not defined

![image](https://user-images.githubusercontent.com/13760084/58363348-4c9cf780-7ed5-11e9-815c-d0081a77bc7f.png)

您好,使用工具转换之后几何出现了一点问题 ![微信图片_20190530192417](https://user-images.githubusercontent.com/29617657/58629983-9429e600-8310-11e9-974a-8ee413a34b09.png) 原来的obj文件应该是正常的,没有旋转过,如下图所示。 ![2019-05-30_192737](https://user-images.githubusercontent.com/29617657/58630114-04d10280-8311-11e9-87b9-a2f82dbdb6c8.jpg) 请问这个旋转问题需要怎么矫正呢?