tentone / potree-core

Potree point cloud viewer library core components for easier integration in a three.js project.
https://tentone.github.io/potree-core/
Other
171 stars 53 forks source link

points clouds bounding box #3

Open ShadyNawara opened 5 years ago

ShadyNawara commented 5 years ago

First of all happy holidays, I was wondering about the reasoning behind having the pointcloud.boundingBox report the largest cube dimension while the actual bounding box is at pointcloud.pcoGeomtry.tightBoundingBox.

tentone commented 5 years ago

Hi

Thank you, happy holidays.

Hmm, I have to check about that I think that the bounding box is the smallest axis-aligned (without rotation) box, that's what is normally used for threejs.

Most of the code available in the repo has come straight from the main potree repository.

Thanks a lot.