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

搜索资源列表

  1. OpenGL_A6

    0下载:
  2. A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking on the rotating spheres you can make them disappear. The reset button will return everything back to the default setup.-A very basic program demonstrating the us
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:12.56kb
    • 提供者:古洪
  1. 3DLensFlareWithOcclusionTesting

    0下载:
  2. 3D Lens Flare With Occlusion Testing Learn how to do lens flares by extending a glCamera class. If you look at a lens flare you will notice that they all share one thing in common. They all seem to move through the center of the screen. With this
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:76.41kb
    • 提供者:李明宗
  1. exampleforV_T_K

    0下载:
  2. example for v.t.k 一个例子用于v.t.k
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:30.95kb
    • 提供者:your name
  1. Piano

    0下载:
  2. 项目说明:用VC++做的钢琴程序,opengl做的,可以为学习opengl编程的人提供参考。注释详细。 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-Project descr iption: VC++ to do with the piano program, opengl do opengl programming for learning to provide reference. N
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.19mb
    • 提供者:Gary Liu
  1. 9.1

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Piano 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Piano scene control: ESC: exit F1: window mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3.21mb
    • 提供者:徐颖
  1. z_buffer12.12

    0下载:
  2. z_buffer算法。读入obj格式,按K切换z_buffer和opengl自带的深度缓冲-z_buffer algorithm. Read into the obj format, by K switch z_buffer and opengl s own depth buffer
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:956.18kb
    • 提供者:limitlitter
  1. myLab3

    0下载:
  2. 键盘对茶壶控制,主要是茶壶沿着桌面的平移操作和茶壶绕自身轴的旋转操作;按键为:l, j, I, k, e。-Keyboard control of the teapot, teapot down mainly desktop translation operation and teapot rotating around its own axis operation keys for: l, j, I, k, e.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:146.91kb
    • 提供者:WangDi
  1. zhaolong-----shujuwajue

    0下载:
  2. 一个经典数据挖掘算法的实现 1、 实现经典数据挖掘算法k-means 2、 使用数据挖掘算法从数据集中发现知识 -A classic data mining algorithm is realized 1, realize the classic data mining algorithm k- means 2, the use of data mining algorithm from the dataset found knowledge
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:495.07kb
    • 提供者:刘烨
  1. BresenhamLine

    0下载:
  2. Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:714byte
    • 提供者:莫恶
  1. sk

    0下载:
  2. 实现人体骨骼模型行走。左方向键<- 左旋转/暂停 右方向键-> 左旋转/暂停 上方向键(up) 放大 下方向键(down) 缩小 W 上升 S 下降 G 走步 H 抬左手 J 抬右手 L 抬左腿 K 抬右腿 现在走步一次走一步,看得较清楚了。 -Achieve human skeleton walking. Left arrow keys < - left rotation/right-arrow keys to suspend-&
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11.01mb
    • 提供者:liu
  1. opengl

    0下载:
  2. 绘制一个多边形,实现以下变换:a) 按字母U或u进行旋转轴的切换:旋转轴为垂直于屏幕的直线,过当前窗口中心或者过物体中心(通过按U/u在两种可能中切换)。改变旋转轴后的变换是在以前发生所有变换的基础上累加进行的。b) 按字母R或r, 物体绕旋转轴分别旋转一个小角度d0或者-d0。 c) 按向上、下、左、或右方向键,物体相对于屏幕向上、下、左、或右平移固定长度L0。d) 按S或s实现物体绕自身中心放大为原来的k或1/k倍,其中k>1为放缩因子。e) 如果按字母i或I, 则取消之前b,c,
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:267.07kb
    • 提供者:zengchao
  1. final_project_drawSkyboxAndJet

    0下载:
  2. 以vc++開發環境, 可畫出場景, 載入3DS戰機模組,並貼圖 視角可用滑鼠控制, 飛機物體以鍵盤 Y:上升 I:下降 U:前移 J:後移 H:左移 K:右移-To vc++ development environment to draw the scene, load the module 3DS fighters and map view available mouse control, the aircraft object to the keybo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3.06mb
    • 提供者:Jason Zheng
  1. d38b3372f649

    0下载:
  2. C++ K-Dops 包围盒 碰撞检测程序-K-DOPs collision
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1.91mb
    • 提供者:YH
  1. k

    0下载:
  2. 该程序使用三维渲染引擎OpenSceneGraph实现了一个彩色的粒子效果-The program uses three-dimensional rendering engine OpenSceneGraph implements a colored particle effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:2.62kb
    • 提供者:
  1. 1

    1下载:
  2. 对飞行中的飞机进行空中加油,可以大大提高飞机的直航能力,本文针对这一实际问题,建立了一种模拟飞机空中加油的基于飞机空中加油机理的基k模型,给出了辅机数目n与主机最大作战半径 (或 )的关系式。对问题1和问题2,计算出n=1,2,3,4时的 分别为 L, L, L,L,并推出n 时, 以对数形式趋向无穷。对问题3,计算出n=1,2,3,4时 分别为 ,L, , ,并在问题2的基础上对 进行改进,改进的 相比 增长更快。对问题4给出了一般的选址原则,确定了 , 的位置,并求出此时的 。对问题5,求出
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:203.22kb
    • 提供者:hanyu
  1. OpenGLGuidAppendix

    0下载:
  2. OpenGL红宝书第七版的附录,在OpenGL红宝书中只有A~D的附录,这里上传的是从E~K的附录。希望能够帮助需要查阅附录E~K中内容的程序员们!-Although the seventh edition of the OpenGL Programming Guid includes the appendix from A to D, there are appendix from E to K that are not in the book. Here I upload the elect
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:561.04kb
    • 提供者:catherineytw
  1. k

    0下载:
  2. 该程序使用三维渲染引擎OpenSceneGraph实现了一个彩色的粒子效果-The program uses three-dimensional rendering engine OpenSceneGraph implements a colored particle effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.67kb
    • 提供者:任崔昌
  1. D3Ddemo15

    0下载:
  2. 一个综合型的Direct3D示例程序,用键盘上W,A,S,D,I,J,K,L,↑,↓,←,→12个键加上鼠标在美丽的三维空间中翱翔。包括了Direct3D初始化,DirectInput输入处理,顶点缓存,光照与材质,文字输出,颜色,纹理贴图,四大变换,网格模型,X文件载入等等知识(当然还有默认被开启的深度缓存)。-A comprehensive, Direct3D sample program using the keyboard W, A, S, D, I, J, K, L, ↑, ↓, ←,
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-03
    • 文件大小:14.17mb
    • 提供者:lqy
  1. glutEx5

    0下载:
  2. 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:robin
  1. shaderMap

    0下载:
  2. 用opengl实现ShadowMap效果,按k开启,按p光源旋转-ShadowMap use opengl achieve the effect, press k to open, rotate p source
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8.26mb
    • 提供者:Libixuan
« 12 »
搜珍网 www.dssz.com