Closed adrpar closed 5 years ago
The issue here was, that min and max were not simultaneously initialized in the for loop. If the first element in the list actually was the max value in z, it was never set and the maximum value was wrongly determined.
removed the asserts
…ed in quantized mesh generation