thedworak / dfg_3dviewer

2 stars 2 forks source link

Bug: Point cloud not visible in the viewer #18

Closed igorbajena closed 1 year ago

igorbajena commented 2 years ago

Lately, our colleague Karol Argasiński tried to upload a point cloud model to the repository. The model is not visible in the viewer. During further investigation of this issue we should keep in mind updating guidelines and prepare them also for point cloud models.

obraz

obraz

thedworak commented 1 year ago

Discussed with Igor, PLY Loader of three.js doesn't support loading of files containing properties of vertices. Only supports th positions of 3D points (x, y, z). Here is working sample: https://3d-repository.hs-mainz.de/wisski/navigate/573/view?wisski_bundle=bd3d7baa74856d141bcff7b4193fa128

igorbajena commented 1 year ago

New file was exported with just information about points position (no colour or shading information): https://3d-repository.hs-mainz.de/wisski/navigate/565/view

After loading bar hits 100% the website sopped responding:

image

Then metadata are displayed in the viewer, but 3D model is still not visible. While file should be exported properly now, there should be some other limitations, which we should identify.

igorbajena commented 1 year ago

Problem solved, XYZ must be exported with only values for positioning the points. This case should be documented in Google Doc.