Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
/ zea-potree Public archive
forked from potree/potree

Use Potree to render point clouds with billions of points directly in the Zea Engine.

License

Notifications You must be signed in to change notification settings

ZeaInc/zea-potree

 
 

Repository files navigation

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


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

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 1.4%
  • HTML 1.1%
  • GLSL 0.2%
  • PHP 0.0%
  • Batchfile 0.0%