GithubHelp home page GithubHelp logo

potree for meshes? about potree HOT 2 CLOSED

potree avatar potree commented on June 8, 2024
potree for meshes?

from potree.

Comments (2)

m-schuetz avatar m-schuetz commented on June 8, 2024 1

Simplifying meshes and point clouds are very different tasks. For now, I want to concentrate on the later.

However, there are already some possible solutions to your problem:

  • three.js has a LOD object that will display different meshes, depending on the distance to the camera. You could create different resolutions of your object (3D packages like 3ds max can do this), then load the low resolution mesh and display it. In the mean time, you start loading the next higher resolution model and add it to the LOD object once it's been loaded. Here is an example of three.js LOD: webgl lod
  • Rendering terrain, like in google earth, is yet another problem for which I haven't found a ready to use solution, just a realy nice demo: http://www.zephyrosanemos.com/windstorm/current/live-demo.html

If it's just about clicking on a surface, it is also possible to raycast point clouds:
http://potree.org/demo/three.js/issues/dev_pointclouds_raycasting/examples/webgl_interactive_raycasting_pointcloud.html

from potree.

tldv avatar tldv commented on June 8, 2024

Would Harvest4D's Floating Scale Surface Reconstruction be an integratable solution?
Demo here (second one): https://harvest4d.org/?page_id=860

from potree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.