其他分享
首页 > 其他分享> > VCGLIB 的使用

VCGLIB 的使用

作者:互联网

最新版本下载:

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")。

标签:vclab,cnr,isti,ply,https,使用,VCGLIB,vcglib
来源: https://www.cnblogs.com/lovebay/p/13131910.html