搜索资源列表
Clothy
- This the sample application that accompanies the May 99 Game Developer magazine. It is meant as a demonstration of a method for 3D cloth simulation in OpenGL. Cloth simulation is a very complex process. This column and demo just scratches
Image_Processing_algorithm_SRM
- osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
MatrixBible
- OpenGL中的各种转换是通过矩阵运算实现的,具体的说,就是当发出一个转换命令时,该命令会生成一个4X4阶的转换矩阵(OpenGL中的物体坐标一律采用齐次坐标,即(x, y, z, w),故所有变换矩阵都采用4X4矩阵),当前矩阵与这个转换矩阵相乘,从而生成新的当前矩阵。例如,对于顶点坐标v ,转换命令通常在顶点坐标命令之前发出,若当前矩阵为C,转换命令构成的矩阵为M,则发出转换命令后,生成的新的当前矩阵为CM,这个矩阵再乘以顶点坐标v,从而构成新的顶点坐标CMv。上述过程说明,程序中绘制顶点前
Md2.rar
- 载入由3ds max生成的md2模型,进行动作控制,3ds max load generated by the MD2 model for motion control
PRINTGL03
- 该程序能将屏幕上显示的一段OPenGL动画保存为一个视频文件,如AVI,MOV或MPG等。能将保存结果保留下来,脱离本软件也能播放。-The program can be displayed on the screen for some OpenGL animation saved as a video file, such as AVI, MOV or MPG and so on. Can be retained to preserve the results, from this softw
MV_models
- 3D模型导入和观察器~~~~~OPENGL- The program function 1. Loading the 3D model by an pop window (only .m file) 2. Displaying the model 2.1 grond Ground (xy-plane)
ModelRenderer
- Android下基于OpenGL ES技术来载入MD2模型文件,可以比较好的载入模型。-Android Based on OpenGL ES technology to load MD2 model file, you can load the model better.
37724117mfc_opengl
- MFC下OPENGL开发包:拥有清晰的框架方便进一步二次开发并提供了一些使用例子。-MFC under OPENGL Development Kit: a clear framework to facilitate further secondary development and provides examples of some use.
3DEditor
- vc++和opengl编程导入.max文件,并实现对象的选择,渲染,平移,旋转等功能-vc++ and opengl import programming. max file, and select the object implementation, rendering, translation, rotation and other functions
Map
- 利用OpenGL根据.raw作为高度图文件绘制地形,按键f为GL_FILL模式,按键l为GL_LINE模式,m为纹理贴图的地形,c为自己设置颜色的地形,h和t切换不同的地形.-The use of OpenGL in accordance with. Raw height map as a document mapping the topography, key f for GL_FILL mode l for GL_LINE mode button, m for the texture map
OPENGL_MFC_TUTORIALS
- it has been assumed that the reader has a fundamental Windows programming background and is also familiar with the Microsoft Foundation Classes (MFC). The reader need not have any background in OpenGL. All the code for these tutorials has been writte
surfo
- This submission contains a function that computes face normal data for the VertexNormals property of the surface that fixes the lighting (facenorm.m) as well as a workaround function that you can just use in place of surf (surfo.m). Only use th
Lighting
- vs2008下基于mfc框架的OpenGL多视区演示程序。-vs2008 framework OpenGL Based mfc multi-viewport demo program.
A_3D_RPG_E153777212003
- A 3D RPG Engine This is the first half of an OpenGL RPG. It contains most of the graphics processing code, and also walking and also tile-based collision detection. There is suppost for complex quadratic objects (spheres, cylinders, cones) and for
opengl
- 用opengl做的一个小项目,用到了NeHe教程里的很多章节的知识。请按键“W”“F”“D”“M”“L”“N”等进行体验。如果你是初学者,会很有帮助-Opengl to do with a small project, used the NeHe tutorial knowledge of many chapters. Please click on the " W" " F" " D" " M" " L"
T3DSystem
- 实战OpenGL三维可视化系统开发与源码精解,挺好的,欢迎下载-OpenGL 3D visualization of actual combat system development and source fine solution, I' m fine, welcome to download
11
- 从高程图(digital elevation map)读取地形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through t
glut_MFC_Std
- 只是一个简单的基于MFC的OpenGL编程。有基本的对鼠标键盘的影响处理-An MFC program using OpenGL, you can moving a Cube box with arrow key, drug mouse to rotate with left button down. Wheel with left button down to scale box.
VS2010_OpenGL_Files
- vs2010,安装OpenGL几乎最全的文件,里面有说明,缺什么就补什么吧。注意个人未使用glaux.dll也成功了,亲测可用。-The whole files that you will use in the install of OpenGL.Get what you need.And I m happy if it will help you.
M
- 使用c-free软件编写opengl,实现在屏幕上点击可显示2D彩色正方形,squaresMouse,初学小白,实测可用。-C-free software is written using opengl, realized on screen, tap to display the 2D color squares, squaresMouse, novice white, found available.