OpenDroneMap / Obj2Tiles

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

Why do 8 LODs make the viewer crash? #29

Open JCAELA opened 1 year ago

JCAELA commented 1 year ago

3D Tiles with 8 LODS originated with photogrammetry data crashes while 3D tiles with 8 LODS from other sources are loading just fine in Threejs. Any idea of what might be the cause? This is happening regardless the size of the model.

What would be the best approach to define the LODS according to the model size (or number of vertices)?

HeDo88TH commented 1 year ago

Can you provide your input data?

JCAELA commented 1 year ago

Input data: 65pejDcHHm4JMjuvJjE6 (2).zip

The viewer we are using: https://github.com/nytimes/three-loader-3dtiles

Thanks