Blender Git Loki

Git Commits -> Revision 028634c

August 5, 2012, 02:34 (GMT)
Isomap Unwrapper
=================
* Fix, pass squares of distances to eigen solver
* Use a heap instead of a stack to get the next vertex to iterate
through in Dijkstra graph search algorithm. This is needed because we
may follow a non-optimal path and not get the nearest path between
vertices. This introduces the O(n*log(n)) performance (was more like
simply O(n) till now, but unfortunately, it was incorrect).

Commit Details:

Full Hash: 028634c9abed70e17dd0fad7e822dfd8c1c4eb40
SVN Revision: 49569
Parent Commit: 32c5165
Lines Changed: +62, -42

2 Modified Paths:

/source/blender/editors/uvedit/uvedit_parametrizer.c (+59, -39) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer_isomap.cpp (+3, -3) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021