CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 物体

搜索资源列表

  1. OPENGL(4).rar

    1下载:
  2. 前面三篇文章已经把OPENGL的编程基本结构描述完毕。以后 会在这个基础上逐渐深化,不断增添新内容。这一篇是讲述 键盘操作和动画基础(实际还差的远哪)。只是个简单的能 由用户控制的动画,让物体前后移动,左右旋转。是我们自 己的第一个QUAKE!当然这个版本谁买谁上当,呵呵。 这篇的另一个目的就是加深前面对于CALLBACK函数的认识以 及对于变换的直观解释,任何变换你都可以从屏幕上通过自 己的操作看出来: 我只把和以前变化的部分标记中文解释
  3. 所属分类:OpenGL

    • 发布日期:2014-01-22
    • 文件大小:2.03kb
    • 提供者:
  1. SPMULGHT.rar

    0下载:
  2. 主要功能是对多光源光照下的物体的展示,打开多个光源-Main function is multi-source illumination of objects under the display, open multiple light sources
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:1.15kb
    • 提供者:
  1. opengl_texture_sample.rar

    0下载:
  2. 使用OpenGL的纹理映射技术在物体表面绘制图像
  3. 所属分类:OpenGL

    • 发布日期:
    • 文件大小:310.53kb
    • 提供者:
  1. Presentation

    0下载:
  2. 用opengl写的,速度很快,显示3D物体-use opengl written, very fast, show 3D objects
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:270.88kb
    • 提供者:廖淼
  1. OpenGL(3D显示例程)

    0下载:
  2. 一个用调色板配合OpenGL写的一个三维物体在空间中飞行变换的VC例程,适合OpenGL的初学者学习。-using a palette with a written OpenGL 3D objects in space flight transform the VC routines suitable for beginners to learn OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44.68kb
    • 提供者:flyer_boy
  1. 纹理映射Texture

    0下载:
  2. 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:91.81kb
    • 提供者:陈康
  1. 二维图像三维显示

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:104.08kb
    • 提供者:张立强
  1. 对话窗体中使用openGL

    1下载:
  2. VC对话框程序实现openGL在对话窗体上画3D图像,并可以根据BMP图片绘制3D物体的背景。-VC Program openGL dialog box in the dialogue window painted 3D images, and BMP images can draw 3D objects on the background.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:33.35kb
    • 提供者:王金营
  1. 在OpenGL视图中绘制三维物体

    0下载:
  2. 在OpenGL视图中绘制三维物体-view of the OpenGL 3D Rendering
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39.49kb
    • 提供者:东东
  1. 透明物体并带光照

    0下载:
  2. OpenGL特效:透明物体并带光照,物体呈透明感且发出光芒-OpenGL effects : transparent objects and bring light, transparent objects flu but to shine
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:金钺
  1. OpenGL三维物体显示

    0下载:
  2. 一个显示三维物体的例子,可以进行缩放和旋转
  3. 所属分类:OpenGL

    • 发布日期:2008-11-13
    • 文件大小:531.89kb
    • 提供者:weiqiming
  1. OpenGL.rar

    0下载:
  2. 包括:制作简单的OpenGL动画,3DS文件阅读器,浮动窗体中的OpenGL多视图的实现,利用OpenGL绘制三维物体,OpenGL中雾的效果实现,改变显示模式,Include: the production of simple OpenGL animation, 3DS file viewer, floating form of OpenGL realize many view the use of OpenGL rendering three-dimensional objects, Ope
  3. 所属分类:OpenGL

    • 发布日期:2017-03-23
    • 文件大小:274.64kb
    • 提供者:千夏
  1. VC++环境下实现opengl的物体移动效果

    0下载:
  2. 本代码主要在VC++环境下实现opengl的物体移动效果,如果不能通过编译,可用opengl开发库(opengl development library)先进行环境配置。-The code is mainly in VC++ environment to achieve results opengl objects move, if not compile opengl development libraries available (opengl development library) fi
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:35.93kb
    • 提供者:
  1. opengl中使用模板缓存来实现物体影子的源代码

    0下载:
  2. opengl中使用模板缓存来实现物体影子的源代码。,opengl use stencil buffer to achieve the objects of the source code of the shadow.
  3. 所属分类:OpenGL

    • 发布日期:2017-03-24
    • 文件大小:101.98kb
    • 提供者:wang
  1. MouseKey

    0下载:
  2. 鼠标控制物体运动,想学在窗口中加鼠标的快来看看啊-Mouse to control the movement of objects, want to learn in the window plus the mouse Fast Laikankana
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:153.98kb
    • 提供者:vincentku80
  1. OpenGL_model

    2下载:
  2. 利用OpenGL实现三维动画,可以通过鼠标移动或旋转三维物体-Draw with OpenGL, the object can move and rate with mouse move
  3. 所属分类:OpenGL

    • 发布日期:2012-11-17
    • 文件大小:1.93mb
    • 提供者:胡光东
  1. MyTemplate

    0下载:
  2. 是一个MFC+OPENGL的程序框架,实现了物体的缩放、平移缩放、旋转、改变光照和材质、以及动画效果。对于初学者非常有用!-Is a MFC+ OPENGL the procedural framework to achieve the objects of the zoom, pan zoom, rotate, change the light and texture, as well as animation effects. Very useful for beginners!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:51.33kb
    • 提供者:张峰
  1. Sportsobjectsparabola

    0下载:
  2. 在控制台程序下编程实现,画出物体运动曲线。-In the console under the program implementation procedures, draw objects exercise curve.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:852byte
    • 提供者:yjl
  1. 1

    0下载:
  2. 这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。-This is just a simple small program, primarily to achieve three-dimensional object drawing: In the window, draw a polyhedron and second surfaces, add lighting function in the code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:3.87kb
    • 提供者:赵晨曦
  1. 7.1

    0下载:
  2. OpenGL制作二次三维物体,想要学的都来看这个经典的源码啊-Production of secondary OpenGL 3D objects, you want to learn all look at this classic source ah
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:104.09kb
    • 提供者:vincentku80
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com