gu-gridh / multimodal-map

A template for place-based data exploration at GRIDH
0 stars 0 forks source link

3D viewer #6

Closed arildm closed 1 year ago

arildm commented 1 year ago

Jonathan wrote:

There need to be two different 3d viewers depending on the type of 3d data (point cloud or mesh). Either we need to develop a new versatile viewer, or we can reuse the one i did for Antarctica (point cloud) and the one we are developing for SHFA (mesh).

jonathanwestin commented 1 year ago

This is the one we are using for the point clouds in the Antarctica site: https://github.com/potree/potree

And here is the one we have started to implement for SHFA using 3D-hop: https://dh.gu.se/portal/temp/3dhop/ (contact me for the latest version of the library)

In addition to one of them supporting point clouds, and the other meshes, they also support different interaction models. Potree allows for free exploration while 3dhop is best suited for objects that you look at from outside and the primary interaction model is rotation.