CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - opengl 移动

搜索资源列表

  1. MouseMove

    0下载:
  2. 这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的,好好体会
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:91365
    • 提供者:jason
  1. opengl-3d

    0下载:
  2. 使用 opengl 编写的 3d 模型 在 密闭空间内 进行 第一视角的 行走 移动-3d models written using opengl in a confined space within the first view of the walking movement
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2433744
    • 提供者:pei
  1. 10_3DWorld

    0下载:
  2. 3D_world opengl实现3D场景,可以移动摄像机等。-3D_world opengl 3D scenes to achieve, you can move the camera and so on.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-10
    • 文件大小:18169433
    • 提供者:rt
  1. opengl_mf

    0下载:
  2. 利用opengl编写的魔方程序,通过光标键移动魔方,可以看到他的不同侧面!-magic cube program with opengl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:53982
    • 提供者:刘备
  1. room

    1下载:
  2. 用opengl编写的一个模拟的房间,按不同的键可以实现房间的移动,适合初学者-Use opengl written a simulated room keys can be achieved by different mobile room, suitable for beginners
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2315
    • 提供者:王浩
  1. StepinGL

    0下载:
  2. 本系统是在一个简易的opengl程序框架基础上实现了三维地球仪的展示,并且提供移动视点,拷屏等操作-This system is in a simple opengl application framework based on the display of three-dimensional globe and to provide mobile point of view, screenshots and other operations
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4913864
    • 提供者:ccl
  1. plane

    1下载:
  2. 使用c++语言运用opengl技术开发的可控制移动的飞机程序-Use opengl c++ language technology development program to control movement of aircraft
  3. 所属分类:3D图形编程

    • 发布日期:2012-11-17
    • 文件大小:21006
    • 提供者:张哲
  1. ass1.tar

    0下载:
  2. 用OPenGL 开发的简单3D图像,球的自转和移动-the square s rotate and move and animition
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:3264
    • 提供者:daniel
  1. Qt_OpenGL

    1下载:
  2. 利用Qt和OpenGl实现三维空间中移动位图以及如任何在旋转的物体上贴图并打上光线以及融合(透明)处理等。-OpenGl implementation using Qt and moving three-dimensional space and if any of the bitmap object in the rotating map and marked with light and the integration of (transparent) treatment.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-07
    • 文件大小:59933
    • 提供者:feiyu
  1. HumanModelSimulator

    0下载:
  2. 人体模型 可以旋转和左右移动 虽然外观简单但是非常适合OPENGL初学者的源码-This is just a heads up to anyone using my 3D math library "kazmath". Kazmath was originally written for Beginning OpenGL Game Programming II but has been continually improved and updated since then. It s now a
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-29
    • 文件大小:12278927
    • 提供者:氢气
  1. 4252_Source

    0下载:
  2. 利用OpenGL在VC6.0中开发了一个 可通过键盘方向键控制移动的 地球仪-Using OpenGL developed one through the arrow keys to move the globe in VC6.0
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:56266
    • 提供者:齐洲
  1. Cyber-Rotation

    0下载:
  2. 主要通过VC6.0在OpenGL中,建立一个可自由移动并可贴图的立方体-By VC6.0 in OpenGL, the establishment of a cube can move freely and can map
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:148282
    • 提供者:齐洲
  1. Assignment1

    0下载:
  2. 利用B spline和Catmull-rom spline实现物体的移动,旋转由四元数和欧拉角实现。 需要已配置opengl-using B Spline and catmull-rom spline implement the interpolation of object. Rotation are applied by Quaternion and Euler Angle. Please see the implementation video: https://www.youtu
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-09
    • 文件大小:9609718
    • 提供者:Fei XIE
  1. Bubble

    0下载:
  2. 该功能主要是基于opengl绘制图形并对其进行拾取选择,可以任意移动屏幕上的物体-The main function is based the opengl rendering graphics and its pickup choose, can be any object on a mobile screen
  3. 所属分类:3D Graphic

    • 发布日期:2017-12-02
    • 文件大小:14296927
    • 提供者:
  1. OpenGl-Program

    0下载:
  2. 在运行程序前需要配置好OpenGL的环境(网上有说明),程序是模拟演唱会的场景,有背景音乐的映衬,有模拟的灯光、台下的观众,鼠标右键改变舞台颜色。通过键盘上下左右键漫游移动,鼠标左键进行旋转。整体式为了学习相关算法原理,在效果方面对所表达的效果显得有点抽象。在文件根目录有OpenGl开发库,在网上搜集资料配置好就可以了。-Good before running the program need to configure the OpenGL environment (online), the p
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-02
    • 文件大小:15197477
    • 提供者:
  1. Demo2三维桌球

    0下载:
  2. 鼠标移动/输入推荐。 鼠标行为是: *环顾四周 - > Hold-Move左键 瞄准并环顾四周。 - > Hold-Move鼠标右键 *增加/减少射击威力(瞄准时) - > Hold-Move向前/向后鼠标右键 *拍摄 - >释放鼠标右键 *放大/缩小 - > Hold-Move向前/向后鼠标中键 主要输入如下: * Rotate-left: a或keypadleft。 * Rotate-right: d或keypadright。 *放
  3. 所属分类:3D图形编程

    • 发布日期:2018-05-03
    • 文件大小:8961024
    • 提供者:从夫一但
搜珍网 www.dssz.com