OpenDroneMap / Obj2Tiles

Converts OBJ files to OGC 3D tiles by performing splitting, decimation and conversion
GNU Affero General Public License v3.0
214 stars 62 forks source link

Visualization issue #20

Open ufficiosit opened 2 years ago

ufficiosit commented 2 years ago

Hello, First of all, thank you for your work on a topic that we consider very important for WebGIS.

We tried to convert a GIS model saved as obj to 3d tiles: tileset and LOD folders are produced by the converter, but the 3dtiles is not displayable. We have also tried to convert a simple cube obj created in 3dbuilder, but this gives the same problem too. We attach the two OBJs in the zipped folder. Could you please help us? Thanks in advance.

OBJ_cube_GIS.zip

HeDo88TH commented 1 year ago

I tested both the models and GIS.obj can be processed without issues. Instead, the other cube model is too small to be processed since the LODs end up having no valid faces (i will add a check in the next version of the tool). Can you describe your issue better and write the exact command that is giving you problems?