pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
203 stars 88 forks source link

Exported point-cloud-octree-node #48

Closed SebastianCrow closed 4 years ago

SebastianCrow commented 4 years ago

Hi!

In our project, we had to import the PointCloudOctreeNode.

However, as it's not exported in src/index.ts as the other types, the import is quite ugly: import {PointCloudOctreeNode} from "@pnext/three-loader/build/declarations/point-cloud-octree-node";

Could we please export everything from point-cloud-octree-node in order to avoid that?

Thanks a lot!

Best, Sebastian