Showing 3D model on web browser

Hi,

I want to develop a system that shows 3D models (e.g. las, ply, etc.) on web.
The flow is that people sends us jpgs, we convert them to 3D model (point cloud, mesh, etc…) and then we want to show the results on web.
From reading the tutorial and some other things, I did get to the understanding if and how it's possible to do it with Cesium.

Is anyone can help me with this understanding?

10x !

Shay

Hello Shay,

Cesium has the capability of rendering 3D models in the glTF format. See this tutorial to learn more about it: http://cesiumjs.org/tutorials/3D-Models-Tutorial/

Best,

Hannah

Check out WebODM: https://github.com/OpenDroneMap/WebODM/

It does exactly what you described.