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

搜索资源列表

  1. 运动的小球

    0下载:
  2. 用OPENGL实现的彩色小球的碰撞运动过程-use of color OpenGL ball collision course of the campaign
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11818
    • 提供者:豆豆
  1. taiyangximoni-opengl

    0下载:
  2. 以Windows XP 为平台,Visual C++ 为开发环境,OpenGL为支撑进行软件设计,模拟太阳系的运动情况,图形效果美观。-to Windows XP platform, Visual C development environment, OpenGL support for software design, simulation of the movement of the solar system, beautiful graphics effects.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1569996
    • 提供者:刘龙
  1. opengl

    0下载:
  2. 模仿地球 太阳 月亮 运动的过程,都带有纹理操作
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1715114
    • 提供者:near
  1. openGL三球旋转例子

    0下载:
  2. 三个球体旋转运动-three rotating ball movement
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:21261
    • 提供者:许明龙
  1. 卫星及日地月运动仿真

    0下载:
  2. 做的一个图形学小课程设计,用OpenGL实现了日地月和人造地球卫星的运动简单仿真,在此和大家分享一下代码!
  3. 所属分类:OpenGL

    • 发布日期:2009-01-10
    • 文件大小:9843016
    • 提供者:carboon
  1. 基于OpenGL的三维人体运动模型实现

    1下载:
  2. 基于OpenGL的三维人体运动模型实现
  3. 所属分类:其它程序

    • 发布日期:2011-03-16
    • 文件大小:445514
    • 提供者:evening0305
  1. OpenGL绘制矩形动画

    0下载:
  2. OpenGL绘制矩形动画,先用OpenGL绘制矩形,然后利用帧缓冲技术实现其从左至右运动
  3. 所属分类:绘图程序

  1. OPENGL模拟太阳地球月亮系统

    0下载:
  2. OPENGL模拟太阳地球月亮系统,包括地球月球的自传和公转运动-OPENGL simulate the sun moon earth system, including Earth' s moon and the revolution movement autobiography
  3. 所属分类:OpenGL

    • 发布日期:2012-08-25
    • 文件大小:1021
    • 提供者:刘耀
  1. openGL_EXP 利用OpenGL画的一辆坦克

    1下载:
  2. 利用OpenGL画的一辆坦克,这是一个期末的实验成果,实现了层级建模,光源,相对交互运动,以及纹理等实验要求。 程序代码清晰,适合初学者模仿和学习使用。-Use OpenGL drawing of a tank, this is a final experimental results achieved level modeling, light, relative cross motion, and texture experiments. Code clarity, suitable
  3. 所属分类:OpenGL

    • 发布日期:2015-11-02
    • 文件大小:2633728
    • 提供者:yao lei
  1. OpenGl_desk.rar

    1下载:
  2. 使用OPenGL绘制三维场景,比如桌子,花草,圆锥体,包含纹理映射,运动和视角转换,Three-dimensional rendering the use of OPenGL scenes, such as tables, flowers, cone, including texture mapping, movement and perspective conversion
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:6127
    • 提供者:海天空
  1. OpenGL_dog.zip

    0下载:
  2. 用OPENGL做得一个虚拟狗。能够运动。效果还不错。,use opengl to simulation a dog. it can walk.the result is vivid.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:946140
    • 提供者:hedy
  1. Globe-Model(OpenGL)

    1下载:
  2. 使用OpenGL设计实现一个动态地球仪模型,主要包括底座、内部实心球和外围网状球三部分。通过对此模型的设计,以此为平台,对OpenGL中的坐标系设置、图素构造法、物体材质、光照效果、物体相对运动和程序的可交互性进行了实践-Use Opengl to design a globe or tellurian model
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-19
    • 文件大小:96256
    • 提供者:Xiong
  1. skinAndskelet.zip

    1下载:
  2. 一个基于骨骼动画(bvh文件,obj文件)的三维人体运动 程序,c++ opgl,有演示程序 和源码。,Animation based on the bone (bvh file, obj file) of the three-dimensional human motion procedures, c++ opgl, have a demo program and source code.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-26
    • 文件大小:784035
    • 提供者:LD
  1. simulation-moving-use-OpenGL-in-MFC

    0下载:
  2. 许多运动物体控制的系统设计和仿真过程中,常需要形象、生动地显示被控对象的姿态及运动过程。利用开放图形程序库(OpenGL),可以直观地显示体三维运动仿真画面。-Many moving object control system design and simulation process, often require vivid display of the controlled object posture and movement. The use of open graphics libra
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:178748
    • 提供者:澄海
  1. Ball

    0下载:
  2. 自己编写的一个基于OpenGL的反弹球小程序,鼠标点击中间的小球可使其运动,并在盒子中反弹,根据点击位置的不同会有不同的运动轨迹。可通过键盘进行改变视角等操作,可作为OpenGL入门的参考-A OpenGL-based program, the bouncing ball. Click on the ball, and the ball will start moving, the path is based on the point you click. You can also change
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:16282
    • 提供者:Mohane
  1. robot

    0下载:
  2. 图形学老师布置的作业,采用opengl模拟机器人手臂运动-Graphics teacher assignments, using opengl simulated robot arm movement
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:419260
    • 提供者:huajinliang
  1. Automotive

    0下载:
  2. Win32+OpenGL+3DS制作的3D小车模型,模型逼真,可自由运动和切换视角。效果很好,思想值得学习。-Win32+ OpenGL+3 DS production of 3D car models, model fidelity, free movement and to switch perspective. Good effect, thought worth learning.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:556040
    • 提供者:张沛轩
  1. rope-openGL

    1下载:
  2. 用openGL实现对绳子的模拟,生动的模拟出绳子的运动,通过鼠标控制绳子的一端,来牵动绳子-Rope simulation using openGL
  3. 所属分类:OpenGL

    • 发布日期:2012-12-07
    • 文件大小:37996
    • 提供者:潘琳
  1. caise3D

    0下载:
  2. OpenGL动画,实现运动彩色立方体旋转,OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示,运行可以实现-OpenGL animation, to achieve color cube rotating movement, OpenGl animation provided mainly through the realization of double-buffering. One for mapping, one for display, operation can b
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:19622
    • 提供者:wlq
  1. sgdsg

    0下载:
  2. 运动控制卡VC源码,四轴控制,用于机械手的设计.-Motion control card VC-source, Four-axis control, for robot design.
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:322641
    • 提供者:riyygy
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com