MeshSimplification icon indicating copy to clipboard operation
MeshSimplification copied to clipboard

Implementation of Surface Simplification Using QEM in C++.

Results 3 MeshSimplification issues
Sort by recently updated
recently updated
newest added

Exception thrown at 0x0B21FEE9 in MeshSimplification.exe: 0xC0000005: Access violation reading location 0x00000000. > 0b21fee9() Unknown [Frames below may be incorrect and/or missing] nvoglv32.dll!046929e1() Unknown nvoglv32.dll!046a3b02() Unknown nvoglv32.dll!046a556c() Unknown nvoglv32.dll!0469d486() Unknown

Bro, thank you for your code. But your way of using heap will lead to $n^2logn$ time rather than nlogn, since you are using buildHeap in every iteration, and it...