LiangliangNan / Easy3D

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

The downloaded project is incomplete #146

Closed fcyx closed 1 year ago

fcyx commented 1 year ago

Hello, I found that gitclone cannot completely download projects, such as easy3d/util. After downloading, there are no initialize.cpp files

fcyx commented 1 year ago

But the project I downloaded from Releases is complete.

LiangliangNan commented 1 year ago

That is quite weird!!! As you can see the file is indeed here: https://github.com/LiangliangNan/Easy3D/blob/main/easy3d/util/initializer.cpp

Can you check if the file exists if you download from this releases?https://github.com/LiangliangNan/Easy3D/releases/tag/v2.5.2

LiangliangNan commented 1 year ago

That might be due to some Git issues. I will close this issue.

fcyx commented 1 year ago

Thank you for your reply!

The file download from this releases?https://github.com/LiangliangNan/Easy3D/releases/tag/v2.5.2 is complete and include the all code.

And today I open the vpn to download through gitclone is complete, which should be my problem, thank you.