Search Unity

Mesh Reconstruction from point cloud

Discussion in 'Scripting' started by raze379, Nov 23, 2020.

  1. raze379

    raze379

    Joined:
    Nov 16, 2019
    Posts:
    10
    Hello, i have a set of points(3d point cloud) and i want to reconstruct the mesh during run-time..I know about vertices triangles etc but i think its more complicated. Is anyone that has face that task so i can get some advices?

    Thank you
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,689
  3. agpatel0007

    agpatel0007

    Joined:
    Aug 21, 2014
    Posts:
    14
    yes here is the project https://github.com/artembakhanov/Mesh-Reconstruction/tree/master/Assets but its for old AR foundation , you need to make adjustment to work with latest one and its too slow.