-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/decimation #10
base: development
Are you sure you want to change the base?
Conversation
* @param e | ||
*/ | ||
private void contractEdge(Edge e) { | ||
System.out.println("Starting edge " + e.getFrom() + " to " + e.getTo()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
odstran debug vypisy
|
||
// reattach all triangles adjacent to FROM to the moved TO | ||
// FROM should be removed, with faces that would degenerate to 2D | ||
// TODO: actually remove correct faces and vertices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robi to vobec decimaciu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- to TODO som tam zabudol :D
- ako myslis ci to vobec robi decimaciu? zato ze sa neodstranuju vrcholy? ako chces pocas vypoctu odstranovat vrcholy z datovej struktury ktora je popisana zoznamom bodov a vsetko je identifikovane pomocou indexu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nah, len podrypujem, myslela som na TODO ~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, ono tam uz nema byt, odstranovanie toho co netreba sa robi na konci (takze sa to naozaj robi)
basic version of quadric edge collapse decimation which can be substantially improved in many ways