摘要:
CMake 用法导览 转载自:http://www.cnblogs.com/coderfenghc/archive/2013/01/20/2846621.html Preface : 本文是CMake官方文档CMake Tutorial (http://www.cmake.org/cmake/hel 阅读全文
摘要:
1. 下载irrlicht1.8.4 https://nchc.dl.sourceforge.net/project/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip 2.解压 3. 进入irrlicht-1.8.4\source\Irrlic 阅读全文
摘要:
Oracle VM VirtualBox 5.1.14 安装完成之后显示错误, Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. 原因是注册表错误, 修改注册表 阅读全文
摘要:
0. 下载安装hg. http://bitbucket.org/tortoisehg/files/downloads/tortoisehg-4.0.1-x64.msi 1. 下载Python3.6源代码包. https://www.python.org/ftp/python/3.6.0/Python 阅读全文
摘要:
Hello World Hello World Hello World AuthorCGAL Editorial Board 本教程是为知道C++和几何算法的基本知识的CGAL新手准备的。第一节展示了如何特化点和段CGAL类,以及如何应用几何谓词(predicates)。本部分提出了在使用浮点数坐标 阅读全文
摘要:
CGAL组织 内核 数值健壮 基础库 扩展性 2.4 命名约定 Naming In order to make it easier to remember what kind of entity a particular name refers to, CGAL has a naming convention. 所有全局可视名字都使用CGAL名字空间. 如果名字是由多个单词组成,... 阅读全文
摘要:
1 介绍(Introduction) 1 如何使用Open CASCADE技术(OCCT)基础类. This manual explains how to use Open CASCADE Technology (OCCT) Foundation Classes. It provides basicdocumentation on foundation classes. For advanced... 阅读全文
摘要:
OpenCASCADE 基础 转载▼ 一直在用OCC作项目,但这方面的中文资料很少,看来OCC在中国还不是十分普及; 后来,项目中使用OCC和DirectX结合使用,取得了很好的效果; 随着OCC6.3版本的推出,Open CASCADE在速度方面已有了很大的改变。以下为一些OCC的基础知识,愿与各 阅读全文
摘要:
浅尝boost之format 概述 std::string是个很不错的东东,但实际使用时基本在每个程序里都会遇到不愉快的事情:格式化字符串。我甚至由于这个原因在代码里引入平台有关的MFC,ATL等本来不需要在项目中使用的一些重量级的框架,就为了能轻松的做格式化字符串 :-) 。曾尝试过将ATL::C 阅读全文
摘要:
转自:osg 基本几何图元 osg::PrimitiveSet::POINTS对应OpenGL中的GL_POINTS绘制单独的点osg::PrimitiveSet::LINES对应OpenGL中的GL_LINES绘制每两点连接的线osg::PrimitiveSet::LINE_STRIP对应Open 阅读全文