LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.36k stars 245 forks source link

Ransac on Apple Silicon ... #100

Closed sebmavro closed 2 years ago

sebmavro commented 2 years ago

Hello, congratulations for this work! I have compiler issues with the "3rd_party/ransac" library on an Apple Silicon processor. Do you know a solution? Maybe a compilation option? If not, would it be possible to replace it by another one? Thanks.

LiangliangNan commented 2 years ago

Hi, thanks for creating this issue! But I don't see any useful information. What "issue" is it? Can you please provide the following information about the issue (without this information, it is not possible to know what actually happens)?

sebmavro commented 2 years ago

Sorry, please find some information

That's all ! Thanks for your reply.

LiangliangNan commented 2 years ago

I’ve pushed some changes to the “dev” branch and the code now passed the test on a friend’s laptop (I myself don’t have the new MacBook). Can you please give a try and let me know if it works?

sebmavro commented 2 years ago

It just works! Thank you.

LiangliangNan commented 2 years ago

Glad to hear that. Then I close this issue now. Thanks and good luck!