Giter Club home page Giter Club logo

Comments (5)

rms80 avatar rms80 commented on September 28, 2024

marching cubes is probably not the best way to do this. You have to convert your point cloud into a scalar field representation, which will not be easy.

There is another way to do this that is just based on mesh operations and raycasting, starting with an initial sample mesh. Do you have any sample data you could give me? I would write a tutorial.

from geometry3sharp.

visose avatar visose commented on September 28, 2024

If your points are probably GIS data? (2.5D) The easiest might be to do a 2d delaunay triangulation on a plane and then move the vertices to their elevation.

from geometry3sharp.

rms80 avatar rms80 commented on September 28, 2024

it's even easier to just incrementally poke the face that contains each point, and that works on a sphere too (not sure if this is whole-earth or just a small region). At least, that's easier if you don't have delaunay triangulation! (which this library does not, yet)

from geometry3sharp.

derekmoc avatar derekmoc commented on September 28, 2024

https://www.dropbox.com/s/izm3lajtfdlrd0b/28_Clumps.kmz=1

Is what the data looks like in GoogleEarth, can convert it to a lat,lon,altitude csv file if that is any help.

from geometry3sharp.

rms80 avatar rms80 commented on September 28, 2024

if you can export a csv file that will make things easier for me. Kind of interested in being able to read these kml files...but not /that/ interested, right now =)

from geometry3sharp.

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.