Search found 5 matches

by torg
Fri Oct 16, 2015 3:44 pm
Forum: Issues, bugs, etc.
Topic: crash during Delaunay2dMesh
Replies: 3
Views: 5391

Re: crash during Delaunay2dMesh

daniel wrote:Is it a big cloud? And is it reproducible? If yes then I'm interested to see the cloud!
it is big and it's reproducible.

Edit->Mesh->Delaunay 2.5D (XY Plane) with Max edge length of 0.25

1.7 gig bin file. 830 compressed as 7z. I will PM you a link.
by torg
Fri Oct 16, 2015 4:47 am
Forum: Issues, bugs, etc.
Topic: crash during Delaunay2dMesh
Replies: 3
Views: 5391

crash during Delaunay2dMesh

win64bit latest trunk as of today.

poolalloc is returning unreadable memory on the 3rd tri-angle

void maketriangle(struct mesh *m, struct behavior *b, struct otri *newotri)
{
int i;

newotri->tri = (triangle *) poolalloc(&m->triangles);
/* Initialize the three adjoining triangles to be "outer ...
by torg
Fri Oct 16, 2015 2:43 am
Forum: Questions
Topic: Registration of selected area?
Replies: 2
Views: 6573

Re: Registration of selected area?


But what concerns me more is that when you 'serially' register the scans 2 by 2 over a long distance you will propagate the registration error of each step.

This is so true!

And I can tell my scan operator wanted to go home, because there is less and less overlap as he worked around the track ...
by torg
Thu Oct 15, 2015 4:05 am
Forum: Questions
Topic: Registration of selected area?
Replies: 2
Views: 6573

Registration of selected area?

Is there a way to region/poly select the overlap area for registration?

The cloud points are taken from different angles I have varying degrees of success with existing methods. I might just be doing it wrong. So any suggestions for workflow I'll take.

This is what I currently do.
-Load ptx A ...
by torg
Thu Oct 15, 2015 3:26 am
Forum: Questions
Topic: workflow gripes
Replies: 1
Views: 2016

workflow gripes

"translate/rotate tool "
works on object that is selected in DB Tree. Even those that are unchecked/not visible. This for me is never desirable. Operation should only be performed on visible objects.

"aligns two clouds by picking"
I've zoomed the camera/view to exactly where I want it. I selected ...