jannessm / quadric-mesh-simplification

Fast python implementation of the quadric mesh simplification algorithm from http://mgarland.org/files/papers/quadrics.pdf
MIT License
103 stars 10 forks source link

Support for numpy > 2.0 #19

Open siddharthyashaswee opened 3 days ago

siddharthyashaswee commented 3 days ago

Hi jannessm,

numpy stopped its support for np.Infinity. It should be changed to np.inf instead.

Here are the two occurences in your project:

Would you kindly update it?

Cheers!