unibas-gravis / scalismo

Scalable Image Analysis and Shape Modelling
https://scalismo.org
Apache License 2.0
247 stars 65 forks source link

fix: search for triangle index update to work on mac #424

Closed madsendennis closed 9 months ago

madsendennis commented 9 months ago

This "problem" that some ply formats cannot be read seems only to be a problem on Mac M processors when running a non-aarch64 java version. If changing to an aarch version, there is no problem.

madsendennis commented 9 months ago

I am also able to replicate the problem on another machine (not arm processor) - this MR fixes it.