@zeainc/zea-potree

4.0.1 • Public • Published

Zea PointClouds

NPM Package Build Size NPM Downloads

Introduction

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.

Documentation

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-pointclouds

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.

Licensing

The Zea Potree in is under a MIT license.

Add it to your project

The process to add Zea Potree to your projects is easy.

Using CDNs

For static websites or quick implementation you can always use CDNs like JsDelivr or Unpkg:

JsDelivr

<script crossorigin src="https://cdn.jsdelivr.net/npm/@zeainc/zea-potree/dist/index.umd.min.js"></script>

Unpkg

<script crossorigin src="https://unpkg.com/@zeainc/zea-potree/dist/index.umd.js"></script>

Use it

<script>
  const { PointCloudAsset } = globalThis.zeapointclouds
</script>

Dependencies

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

Readme

Keywords

Package Sidebar

Install

npm i @zeainc/zea-potree

Weekly Downloads

6

Version

4.0.1

License

MIT

Unpacked Size

700 kB

Total Files

13

Last publish

Collaborators

  • mauro_visualive
  • phrtaylor