Zea Point Clouds is a plug-in for Zea Engine that enables large point clouds rendering. It is based on Potree with modifications to integrate into the Zea Engine Framework.
Full documentation with concepts, tutorials, live examples, API documentation and more; can be found at the zea ux docs site: https://docs.zea.live/zea-potree/
These docs allow developers to get started with the Zea UX by downloading free and open-source demo content and using Zea's publicly distributed client-side libraries.
The Zea Potree in is under a MIT
license.
The process to add Zea Potree to your projects is easy.
For static websites or quick implementation you can always use CDNs like JsDelivr or Unpkg:
<script crossorigin src="https://cdn.jsdelivr.net/npm/@zeainc/zea-potree/dist/index.umd.min.js"></script>
<script crossorigin src="https://unpkg.com/@zeainc/zea-potree/dist/index.umd.js"></script>
<script>
const { PointCloudAsset } = globalThis.zeapointclouds
</script>
This plug-in depends on ZeaEngine and ZeaUX. So, if you're using CDNs, make sure to import these two libraries before pointclouds.
For questions on licensing, please fill out the contact form on our website: zea.live