Closed ThornM9 closed 4 years ago
From your metadata, I think your pointcloud is in EPSG:32755. It is situated in Australia near Charter Towers, am I right?
If yes, then you should add --srs_out 4978
to your py3dtiles convert command, because that's the CRS Cesium expects 3dtilsets.
It is the same issue as #66 so I guess I should create a FAQ ;-)
Please let me know if it works better.
I processed a LAS file with py3dtiles to get the pnts file. The LAS SRS is WGS84, so I assumed no projection was needed when using this tool. When the camera flies to the bounding sphere of the tileset, the tileset zooms in from the side of the screen, and when the camera is changed by a fraction, it disappears. Also, the tileset is in the complete wrong area on the globe and is over the ocean. I've included some debugging information below, since I was unable to solve this. My guess is that it's an SRS issue, but not sure what the problem is exactly.
The command I ran is
py3dtiles convert sample.las --out sample
.The Cesium Javascript code I'm using to load and fly to the tileset is below.
The output of running
lasinfo sample.las
is below.