Search found 3 matches

by dorsai3d
Tue May 14, 2024 1:50 am
Forum: Questions
Topic: Thin wall cloud > mesh signed distance calculation
Replies: 4
Views: 1685

Re: Thin wall cloud > mesh signed distance calculation

Is the cloud point normal information discarded because CCCoreLib doesn't have it in its cloud datatype? I'm just trying to wrangle some 3D scan data and would love to help but am probably going to have more questions than useful file changes for a bit, particularly since I don't really have a handl...
by dorsai3d
Fri May 10, 2024 12:49 am
Forum: Questions
Topic: Thin wall cloud > mesh signed distance calculation
Replies: 4
Views: 1685

Re: Thin wall cloud > mesh signed distance calculation

I started digging into the source, and it looks like it's not an option in CCCoreLib, but the change seems straightforward. I'm not a real programmer and can't make it into a PR, but I can describe the desired change a bit. The change I propose would be another UI field, rather than a hardcoded valu...
by dorsai3d
Thu May 09, 2024 9:23 pm
Forum: Questions
Topic: Thin wall cloud > mesh signed distance calculation
Replies: 4
Views: 1685

Thin wall cloud > mesh signed distance calculation

I'm looking at comparing a scan cloud (that has good normals) with a mesh (also with correct per-triangle normals), but the scan cloud is of a thin part that is distorted enough that the nearest triangle for some regions is the opposite side of the thin surface, where the cloud normal and triangle n...