gaschler / bounding-mesh

Implementation of the bounding mesh and bounding convex decomposition algorithms for single-sided mesh approximation

Home Page:http://www.boundingmesh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decimator access first of empty loop

ericberberich opened this issue · comments

in "compute()" there is a loop on "executeEdgeContraction" that can remove elements from the queue, but the loop's condition doesn't check whether the queue is empty

Resolved by fec4078