最新版本下載:
https://github.com/cnr-isti-vclab/vcglib/tree/fb5258c157f9a9c40cbf4cc914dc1a7622865207
1、Compile vcglib meet "C2019"error 嚴重性 代碼 說明 項目 文件 行 禁止顯示狀態
錯誤 LNK2019 無法解析的外部符號
參考::https://github.com/cnr-isti-vclab/vcglib/issues/59
add a file wrap/ply/plylib.cpp
into your project //添加plylib.cpp 到工程中。
2、How can I use it to work on release X64 Visual Studio machine?
參考 :: https://github.com/cnr-isti-vclab/vcglib/issues/21
解決方法 : 將main函數中的 int err = vcg::tri::io::Importer<MyMesh>::Open(mesh, "./data/0603.ply") 改成 int err = vcg::tri::io::ImporterPLY<MyMesh>::Open(mesh, "./data/0603.ply")。
3、VCG學習使用
https://www.cnblogs.com/icmzn/p/6655775.html
https://www.cnblogs.com/icmzn/p/6640752.html