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

搜索资源列表

  1. Intra3D-Software

    3下载:
  2. 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5507076
    • 提供者:胡锦涛
  1. ogl_cg_simple

    0下载:
  2. 这是一个OpenGL调用Cg程序的例子,简单的说明了OpenGL程序如何调用Cg程序;在编译前,必须确定安装了Nvidia的Cg ToolKit!-OpenGL This is a procedure called Cg example, a simple explanation of how OpenGL procedure called Cg procedures; the compiler, must determine installed Nvidia's Cg ToolKit!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:75519
    • 提供者:吕新荣
  1. shpere

    0下载:
  2. OpenGL 编写程序,显示一个球体,要求: 1. 使用线框图表示; 2. 经纬度间隔各为 15 度; 3. 手动计算坐标,不要使用 glutWireSphere ; 4. 推荐使用顶点数组,只计算一次坐标值; 5. A 、 D 键左右旋转 5 度, W 、 S 键上下旋转 5 度 -OpenGL programming, shows a ball, requirements : 1. Use wireframe map;
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8791
    • 提供者:付强
  1. CameraRove

    0下载:
  2. 1 实现摄像漫游:通过鼠标来上下左右地移动摄像机,也可通过键盘W、S、A和D键(或向上、向下、向左和向右方向键)来前后左右地移动摄像机; 2 实现摄像机环视:通过鼠标或键盘旋转摄像机环顾四周,包括左右巡视、向上仰视和向下俯视。 -1 实现摄像漫游:通过鼠标来上下左右地移动摄像机,也可通过键盘W、S、A和D键(或向上、向下、向左和向右方向键)来前后左右地移动摄像机; 2实现摄像机环视:通过鼠标或键盘旋转摄像机环顾四周,包括左右巡视、向上仰视和向下俯视。
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4713477
    • 提供者:qkp
  1. NeHe.OpenGL.Tutorial.chs

    0下载:
  2. NeHe的OpenGL中文教程,非常浅显易懂;我敢说,只要你把每一课都认真实现,3D图形开发的水平一定会上一个台阶! (这可是我花了一个小时搜集整理的)-NeHe s OpenGL tutorial, chinese edition!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4913896
    • 提供者:杨海兵
  1. swing111

    0下载:
  2. 1. 全景与鸟瞰的切换; 2. 日景夜景以及四季效果模拟演示以及雨天以及下雪天的切换; 3. 建筑内部以及样板房的展示; 4. 碰撞检测功能; 5. 三维场景漫游(人行和车行); -1 panoramic and bird' s eye view of the switch 2 daytime and night and seasonal effects of simulated rain, and snow days demo switch 3 inside th
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:6062333
    • 提供者:yuanpan
  1. OPENGL

    0下载:
  2. OPENGL的仿真程序。michellemi文件夹中的程序是太阳系图,可控制各行星的旋转速度,可放大缩小,可调整视角;mi文件夹中的程序是简单的一个球体绕另一个球体的旋转图,有添加光源的按键。-OPENGL simulation program. michellemi folder in the program is the solar system map, you can control the planet' s rotation speed, zoom, adjust the vi
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2790532
    • 提供者:orchard
  1. oprobot

    0下载:
  2. OpenGLRobot例子。带有光照效果,并可以通过键盘或鼠标来改变光源的位置;用户可以通过键盘来旋转机器人的手臂或腿。-OpenGLRobot example. With lighting effects, and can be changed via the keyboard or mouse to position the light source users can use the keyboard to rotate the robot' s arm or leg.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1878132
    • 提供者:scz
  1. ir-vibration

    0下载:
  2. 这个程序模拟红外振动,通过按1,2,3,4,5键,模拟对称伸缩、剪切、摇摆、不对称伸缩、卷曲、面外摇摆。 通过按键:Q,W,A,S,Z,X,以及T,Y,G,H,B,N;可以控制模型的前后左右上下移动,以及任意角度旋转。 程序在Nehe 教程附带的源代码基础上修改而来,感谢Jeff Molofee (aka NeHe,nehe.gamedev.net)的工作!感谢dancingwind(周炜)以及gamedev和csdn的志愿者翻译的中文教程! 程序用Dev-C++ Ver
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:34128
    • 提供者:唐铁鑫
  1. Simulation-of-natural-phenomena

    0下载:
  2. 雨滴和烟雾的模拟技术 雨滴的模拟包括雨滴在空中的运动状态和雨滴滴在水面上的波形的运动状态;烟雾的模拟对于模拟战场中爆炸产生的烟雾效果非常有用,形象逼真。-Rain and smoke simulation techniques The raindrops analog waveform s state of motion of the raindrops on the state of motion of the air and rain drops on the water smok
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:411983
    • 提供者:毛亚婷
  1. opengl

    0下载:
  2. 在一块地形上有几架飞机,鼠标点击飞机可以让飞机偏航,可以鼠标控制观察方向;vs2015项目(There are some planes on a ground. You can use your mouse to control the plane's condition and your viewport. The project can run on VS2015 perfectly.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:20381696
    • 提供者:endinferno
  1. snowman

    1下载:
  2. 绘制的雪人是动态旋转效果,可以依据键盘响应事件,将动画效果做出改变,该实验内容中,按‘a’键可以绕y轴旋转,按‘d’键可以绕z轴旋转,按‘s’轴可以绕x轴旋转,按‘w’键可以进行光照渲染,按‘q’键或者‘Esc’键起着退出程序的作用。(The painted snowman is a dynamic rotation effect, can be based on the keyboard response events, the animation effect changes, in thi
  3. 所属分类:OpenGL

    • 发布日期:2020-06-15
    • 文件大小:20480
    • 提供者:Zero无灵
搜珍网 www.dssz.com