@3dr/potree 中文文档教程

发布于 3年前 浏览 25 更新于 3年前

README

About

Potree 是一个免费的开源基于 WebGL 的大型点云渲染器。 它基于 TU Wien Scanopy 项目 它是 Harvest4D 项目的一部分。

最新信息正在进行的工作通常可以在 twitter 上找到

联系人:Markus Schütz (mschuetz@potree.org)

参考:Potree:在 Web 浏览器中渲染大型点云

Build

确保您安装了 node.js

按照 package.json 中的说明安装所有依赖项, 然后,安装 gulp 构建工具:

cd <potree_directory>
npm install 
npm install -g gulp

使用 gulp watch 命令

  • create ./build/potree
  • watch for changes to the source code and automatically create a new build on change
  • start a web server at localhost:1234. Go to http://localhost:1234/examples/ to test the examples.
gulp watch

Downloads

PotreeConverter 源代码和 Win64 二进制文件

Showcase

查看 potree 展示 以获取一些实际示例。

Compatibility

BrowserOSResult
Chrome 64Win10works
Firefox 58Win10works
EdgeWin10not supported
Internet Explorer 11Win7not supported
ChromeAndroidworksReduced functionality due to unsupported WebGL extensions
OperaAndroidworksReduced functionality due to unsupported WebGL extensions

Credits

  • The multi-res-octree algorithms used by this viewer were developed at the Vienna University of Technology by Michael Wimmer and Claus Scheiblauer as part of the Scanopy Project.
  • Three.js, the WebGL 3D rendering library on which potree is built.
  • plas.io point cloud viewer. LAS and LAZ support have been taken from the laslaz.js implementation of plas.io. Thanks to Uday Verma and Howard Butler for this!
  • Harvest4D Potree currently runs as Master Thesis under the Harvest4D Project
  • Christian Boucheny (EDL developer) and Daniel Girardeau-Montaut (CloudCompare). The EDL shader was adapted from the CloudCompare source code!
  • Martin Isenburg, Georepublic, Veesus, Sigeom Sa, SITN, LBI ArchPro, Pix4D as well as all the contributers to potree and PotreeConverter and many more for their support.

README

About

Potree is a free open-source WebGL based point cloud renderer for large point clouds. It is based on the TU Wien Scanopy project and it was part of the Harvest4D Project.

Newest information and work in progress is usually available on twitter

Contact: Markus Schütz (mschuetz@potree.org)

Reference: Potree: Rendering Large Point Clouds in Web Browsers

Build

Make sure you have node.js installed

Install all dependencies, as specified in package.json, then, install the gulp build tool:

cd <potree_directory>
npm install 
npm install -g gulp

Use the gulp watch command to

  • create ./build/potree
  • watch for changes to the source code and automatically create a new build on change
  • start a web server at localhost:1234. Go to http://localhost:1234/examples/ to test the examples.
gulp watch

Downloads

PotreeConverter source and Win64 binaries

Showcase

Take a look at the potree showcase for some live examples.

Compatibility

BrowserOSResult
Chrome 64Win10works
Firefox 58Win10works
EdgeWin10not supported
Internet Explorer 11Win7not supported
ChromeAndroidworksReduced functionality due to unsupported WebGL extensions
OperaAndroidworksReduced functionality due to unsupported WebGL extensions

Credits

  • The multi-res-octree algorithms used by this viewer were developed at the Vienna University of Technology by Michael Wimmer and Claus Scheiblauer as part of the Scanopy Project.
  • Three.js, the WebGL 3D rendering library on which potree is built.
  • plas.io point cloud viewer. LAS and LAZ support have been taken from the laslaz.js implementation of plas.io. Thanks to Uday Verma and Howard Butler for this!
  • Harvest4D Potree currently runs as Master Thesis under the Harvest4D Project
  • Christian Boucheny (EDL developer) and Daniel Girardeau-Montaut (CloudCompare). The EDL shader was adapted from the CloudCompare source code!
  • Martin Isenburg, Georepublic, Veesus, Sigeom Sa, SITN, LBI ArchPro, Pix4D as well as all the contributers to potree and PotreeConverter and many more for their support.
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文