▍1. ar多标记lizi
artoolkit中的自带例子程序,添加了自己用opengl写的一个小例子,可以正常运行,在键盘也可以操作,有一个小互动。不过目前写的比较简单,没有贴图,只是个简陋的小例子,还请您给予修改,让他变的完善一些。
artoolkit中的自带例子程序,添加了自己用opengl写的一个小例子,可以正常运行,在键盘也可以操作,有一个小互动。不过目前写的比较简单,没有贴图,只是个简陋的小例子,还请您给予修改,让他变的完善一些。
使用模板文件 1.从文件中加载一个人类的三维人脸和显示脸。 文件的结构,如下所示: 顶点的数量 顶点的坐标 多边形的数量 多边形的顶点的索引 2.执行俯仰、 滚和偏航的相机。与键盘事件的联系
c++ builder 自带的 opengl example-c builder"s own example opengl
OepnGL simulations for multipl sensor environment in all types of conditions-OepnGL simulations for multipl sensor environment in all types of conditions.....
用来显示ply文件,ply是斯坦福大学开发的一种文件格式,用来保存三维的信息C-C++
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
Opengl中用方向键控制方块的运动,并且通过设置材质颜色使每一层的方块颜色不同-Opengl box using the arrow keys to control movement, and by setting the texture color to make each layer a different color box
对于雪的模拟,效果不错,可以看一下。 随机处理-For snow simulation, good results, you can look at. Random treatment
coin3d适合vc2008开发库,已经编译好,并有使用说明,只需解压按步骤配置一下环境即可使用
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
非常实用的好东西,想学opengl的朋友一定要看的实用教程-opengl
OPENGL绘制彩色的三角形-OpenGL rendering color triangle
扫雷,openGL. 操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)-Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16)
Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、图像处理、优化算法、系统编程、界面美化、OpenGL三维虚拟现实、汇编语言混合编程、DirectX编程、复合文档等许多热门领域。-Visual C++ Wonderful examples detailed in this book through a comprehensive 50 question, introduced VisualC++ The development of skills and methods, covering the VisualC++ Database programming, network, multimedia, image processing and optimize the algorithms, system programming, interface landscaping, OpenGL three-dimensional virtual reality, mixed assembly language programming, DirectX programming, compound document, and many other popular fields.
一个导弹发射程序,可多视角观察-a missile launch procedures, Revisited
对现实进行简单抽象,使用floyd算法和蚁群算法相结合对单仓库多配送目标的配送路线进行计算最短时间和最短路程,采用opengl绘制三维场景及车辆,模拟车辆运行,实现三维的物流配送模拟