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

z-axis up version #5

Closed smeeteday closed 5 years ago

smeeteday commented 5 years ago

Is it the only one that wants the z-axis upwards? Is it just applymatrix to pointcloud?

tentone commented 5 years ago

Hi, the point cloud need to be rotated for coordinate system ajustment.

Z is used for depth in WebGL by spec that why everybody uses it in that way.