摘要:
最近,参与的一个项目需要搭建虚拟地球平台,再三比较之后选择了osgEarth作为平台基础。但是,对其的编译流程,官网上语焉不详,而搜到的许多教程大都忽视了细节,导致自己在编译的过程中遇到了许多困难,最后终于正确编译。简单总结一下记录与此。 osgEarth 编译方法 编译环境为CMake 2.8.6和VS2010(32bit)。 (如果代码在c盘,无论是IDE还是控制台窗口都需要使用管理员权... 阅读全文
阅读排行榜
CGAL环境配置
2011-12-20 16:47 by John's blog, 2431 阅读, 收藏,
摘要:
一、 CGAL简介Official: The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design 阅读全文
几个VTK编译错误的解决 (VTK5.8 + VS2010)
2011-12-14 17:14 by John's blog, 2298 阅读, 收藏,
摘要:
在对VTK项目进行编译的过程中,可能会出现几个共性的错误,将其的解决方法列举如下: 错误一: fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403 原因: 版本迁移设置的系统最低版本过低 Visual C++ 2010 no longer supports... 阅读全文
CGAL编译中的几个小问题的解决
2012-01-09 17:05 by John's blog, 1221 阅读, 收藏,
摘要:
在CGAL的编译过程中,一般来说按照前文中所述的步骤进行配置就能够成功。但是,在多次程序迁移和升级过程中,笔者还是发现了几个比较共性的问题: 首先是在编译调用CGAL的程序中,出现找不到gmp和mpfr库的问题:LINK : fatal error LNK1104: cannot open file 'gmp-vc100-mt-gd.lib'.对于该问题的解决,在CGAL的官方论坛上对该问题进行... 阅读全文
VTK 5.8 环境配置
2011-12-14 17:06 by John's blog, 824 阅读, 收藏,
摘要:
一、 VTK简介 Wikipedia: The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class libra... 阅读全文
浙公网安备 33010602011771号