CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl m

搜索资源列表

  1. Clothy

    0下载:
  2. 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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:216556
    • 提供者:yxg
  1. Image_Processing_algorithm_SRM

    0下载:
  2. 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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10979
    • 提供者:田先生
  1. MatrixBible

    0下载:
  2. OpenGL中的各种转换是通过矩阵运算实现的,具体的说,就是当发出一个转换命令时,该命令会生成一个4X4阶的转换矩阵(OpenGL中的物体坐标一律采用齐次坐标,即(x, y, z, w),故所有变换矩阵都采用4X4矩阵),当前矩阵与这个转换矩阵相乘,从而生成新的当前矩阵。例如,对于顶点坐标v ,转换命令通常在顶点坐标命令之前发出,若当前矩阵为C,转换命令构成的矩阵为M,则发出转换命令后,生成的新的当前矩阵为CM,这个矩阵再乘以顶点坐标v,从而构成新的顶点坐标CMv。上述过程说明,程序中绘制顶点前
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17924
    • 提供者:辛酉
  1. Md2.rar

    0下载:
  2. 载入由3ds max生成的md2模型,进行动作控制,3ds max load generated by the MD2 model for motion control
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:278049
    • 提供者:刘阳
  1. PRINTGL03

    1下载:
  2. 该程序能将屏幕上显示的一段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
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-22
    • 文件大小:60950
    • 提供者:李冒
  1. MV_models

    0下载:
  2. 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)
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2721236
    • 提供者:shou wei
  1. ModelRenderer

    0下载:
  2. Android下基于OpenGL ES技术来载入MD2模型文件,可以比较好的载入模型。-Android Based on OpenGL ES technology to load MD2 model file, you can load the model better.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:352222
    • 提供者:辛瑞超
  1. 37724117mfc_opengl

    0下载:
  2. MFC下OPENGL开发包:拥有清晰的框架方便进一步二次开发并提供了一些使用例子。-MFC under OPENGL Development Kit: a clear framework to facilitate further secondary development and provides examples of some use.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:539951
    • 提供者:qwe
  1. 3DEditor

    0下载:
  2. vc++和opengl编程导入.max文件,并实现对象的选择,渲染,平移,旋转等功能-vc++ and opengl import programming. max file, and select the object implementation, rendering, translation, rotation and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7012664
    • 提供者:张杰
  1. Map

    1下载:
  2. 利用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
  3. 所属分类:OpenGL program

    • 发布日期:2014-11-15
    • 文件大小:8307179
    • 提供者:程代宗
  1. OPENGL_MFC_TUTORIALS

    0下载:
  2. 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
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3801170
    • 提供者:vivek
  1. surfo

    0下载:
  2. 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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:2865
    • 提供者:ragada
  1. Lighting

    0下载:
  2. vs2008下基于mfc框架的OpenGL多视区演示程序。-vs2008 framework OpenGL Based mfc multi-viewport demo program.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:181230
    • 提供者:
  1. A_3D_RPG_E153777212003

    0下载:
  2. 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
  3. 所属分类:Home Personal application

    • 发布日期:2017-03-29
    • 文件大小:101712
    • 提供者:Behrad Niazmand
  1. opengl

    0下载:
  2. 用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"
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-01
    • 文件大小:13968425
    • 提供者:刘先生
  1. T3DSystem

    1下载:
  2. 实战OpenGL三维可视化系统开发与源码精解,挺好的,欢迎下载-OpenGL 3D visualization of actual combat system development and source fine solution, I' m fine, welcome to download
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-21
    • 文件大小:34489306
    • 提供者:罗洁
  1. 11

    2下载:
  2. 从高程图(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
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-10
    • 文件大小:17045637
    • 提供者:Jiajun
  1. glut_MFC_Std

    0下载:
  2. 只是一个简单的基于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.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9375443
    • 提供者:曾大海
  1. VS2010_OpenGL_Files

    0下载:
  2. 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.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:838440
    • 提供者:YangForm
  1. M

    0下载:
  2. 使用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.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:7847
    • 提供者:mjy
« 12 »
搜珍网 www.dssz.com