pnext / three-loader

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

Getting example running in svelte #144

Closed 20IR closed 6 months ago

20IR commented 6 months ago

Hey everyone,

I have a Three.js project and I'm looking to implement this for point clouds.

Does anyone have a working version in Sveltekit that I can integrate with my existing Three.js project? I tried updating the codesandbox.io to use the new import, but it failed to load.

Just looking for some guidance on how to get started with this.

Thank you