资源列表
ReadObj
- 读入Obj对象到MFC的文件,可以对对象进行旋转或者改变光照的程序.-Obj object to the MFC read the file, you can rotate the object or change the lighting process.
Rotate
- opengl中任一坐标点旋转后,得到新坐标点的例子。通过glGetFloatv函数获取glRotate变换后的模型视图矩阵,然后乘以当前点坐标,进行旋转变换,得到变换后的坐标点位置信息。并与glRotate函数进行比较。-A mehtod to get the vertex postion after roate. This method is implemented buy using glGetFloatv function to get the ModelView Matrix, Then
3D
- 简单的三角片三维重构,可以重构一个简单的圆柱体,上下的半径可以改变-A simple three-dimensional reconstruction of the triangle, you can reconstruct a simple cylinder, the radius can be changed from top to bottom
particles
- 基于GPU,使用CUDA语言,实时模拟上千个粒子的碰撞。在模拟过程中,可通过鼠标和键盘进行交互式操作,方便观测。-Based on GPU,use the CUDA language to realize the simulation of thousands of particles collision
3DS_read
- 在vc环境中 实现3ds文件的读取 并对文件进行操作处理 本程序实现的是对文件加纹理进行渲染-using vc 3ds
model
- 斯坦福大学开发的三个经典3D几何模型,ply格式的,对于接触图形的朋友有很大帮助-Stanford University, developed three classic 3D geometric model, ply format, for access to graphic of great help to a friend
seaTerrain
- 导入DTM数据和纹理,表现海底地形的一个小程序-Import DTM data and texture, showing a small program seabed topography
Bezier
- OpenGL下通过鼠标动态绘制三次Bezier曲线 程序介绍: 第一次鼠标左键down点为0控制节点, 按住左键移动动态移动确定1控制节点, 第二次鼠标左键down点3控制节点,按住左键移动,确定2控制节点。-OpenGL dynamically through the mouse three times a Bezier curve drawing. program Descr iption: The first time the left mouse but
rcs
- :为了提高计算的精度和效率,将NURBS参数曲面应用到电大尺寸目标的RCS预估中。使用CAD软件建立模型,通 过对模型IGES文件中数据结构的分析,并以IGES文件为接口,从CAD软件模型中提取出NURBS曲面信息,然后用Cox—De Boor算法把NURBS曲面转换为Bezier益面,结合物理光学法和渐进积分展开法精确、高效的求解出任意理想导体目标曲面的 RCS-: In order to improve the calculation accuracy and effici
Mesa7.6.1
- OpenGL Mesa 软件仿真版 可以帮助直接你 真正从源码级别学习OpenGL-OpenGL Mesa Help you learn opengl directly
sanweidixingmanyou
- 通过OpenGL在数字高程的基础上实现三维地形图-In the digital elevation through OpenGL, based on the three-dimensional topographic map
mc
- 一个实现了Marching cube的程序,数据包含在程序里。-a marching cube program