Hello to everyone
I have some PointClouds files (.PLY) with no Coordinate reference system associated, my objective is to see/interact with these Point Clouds using CesiumJS on the browser.
I´m dividing these procedure in 3 Main steps :
1º {Convert .PLY to .LAZ}
2º {Generate 3D Tiles with Entwine}
4ª {Use Client Page to Load 3D Tile susing CesiumJS}
"Convert .PLY to .LAZ"
To do so i have used 2 approachs : First using CloudCompare (NOT Setting Origin SRS), second using LIDAR (Setting Origin SRS)
"Cloud2Compare Approach" :
1º I've opened the .PLY file on Cloud2Compare with Global Shift Settings(Max Absolute Coordinate = 10^6, Max Absolute Diagonal = 10^6)
2º Save the File as .LAZ
3º Goto [Step Generate 3D Tiles with Entwine]
"LIDAR Approach" :
1º I've opened the .PLY file on LIDAR
2ª Went to "Menu Data Management"->"Projections And Transformations"->"Define Projection"
- Set the Projection as "EPSG:4326"
3º Exported the File as .LAZ
4ª Goto [Step Generate 3D Tiles with Entwine]
Generate 3D Tiles with Entwine
Generation of 3D tiles converting the .PLY data using the following steps:
1º Build ECF (Entwine Tiles) from .PLY
PROBLEM(S):
First :
Running the code above...
What happens is that i see the bounding Volume Boxes the "wireframes like structure" but inside them there are no points, its empty !
When press F12 on the browser and check Network TAB, i see that the browser gets all *.pnts with a 200 OK when i'm zooming In / Out, as expected.
Second :
Another Problem when i Remove /comment the " //modelMatrix: transform" i go to the middle of the Ocean on North Pole and i Dont see any bounding boxes.
When press F12 on the browser and check Network TAB, i see that the browser gets all *.pnts with a 200 OK when i'm zooming In / Out, as expected.
Checking that problem wasn't related with my .JS code
I know that theres definetly some problem with my data or the generation of the tiles himselfs.
- What are the right steps to generate the 3D Tiles using Entwine ?
- Has anyone has already faced the same problems ?
I would really appreciate some answer.
Best Regards,
João Sá