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

搜索资源列表

  1. cube

    0下载:
  2. 利用OpenGL库创建一个三维的立方体。-Using OpenGL to create a cube
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:1266
    • 提供者:陈在在
  1. PersonWalk

    0下载:
  2. android源代码,OpenGL 人物走动源码,记得前两天发了一个OpenGL的立方体程序,这个比那个厉害,这个是一个可以走动的小怪兽! -Android source code, OpenGL characters around the source code, remember two days before Posting an OpenGL cube procedures, this is better than the bad, this is a walking little mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:592547
    • 提供者:王开荣
  1. cubrot

    0下载:
  2. 通过opengl制作旋转立方体演示模型,可修改参数-Through the the opengl production of the rotating cube demo model can modify the parameters
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:2334
    • 提供者:eric
  1. 20092072203200

    0下载:
  2. 基于opengl实现一个立方体的旋转,可以改变旋转速度-The rotation of a cube, you can change the rotation speed based on opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3346679
    • 提供者:刘艳丽
  1. 2DCube

    0下载:
  2. VC++代码实现旋转立方体,没有使用DirectX、OpenGL,允许你拖动滑块改变旋转角度,也能让立方体围绕某一方向旋转,虽然功能不多,但是代码极具参考价值,像这类程序很能考验编程水平。-Code VC++ rotating cube, do not use DirectX, OpenGL, allowing you to drag the slider to change the angle of rotation, also allows the cube around in one di
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:15233
    • 提供者:韦海燕
  1. EXAM501

    0下载:
  2. 用OPENGL实现画旋转立方体的压缩包,成功实现画旋转立方体-Compression package using OPENGL painting rotating cube
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:453542
    • 提供者:
  1. moon

    0下载:
  2. 调用OPENGL封装的函数在VC下实现立方体和球的绘制, 以及光照和阴影的实现。 -Call the the OPENGL package function in VC under the drawing of the cube and the ball, as well as the realization of light and shadow.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:27083
    • 提供者:罗江林
  1. openGl2

    0下载:
  2. 做课程设计的一个代码,是opengl工程,立方体旋转,每个立方体的面帖有不同的图。-The code to do the course design is a opengl project, cube rotation, the face of each cube posts have different plans.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-01
    • 文件大小:13903953
    • 提供者:蒋旭
  1. a-cube-

    0下载:
  2. 这是在windows环境下运行的关于用opengl观视立方体的程序,对于刚学习opengl的同学会有帮助-this is a program about producing a cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:370595
    • 提供者:janssen
  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. viewermove

    0下载:
  2. opengl 写的立方体旋转程序,通过鼠标左右健控制做旋转-opengl write cube rotation program, rotating health control left and right mouse
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:154316
    • 提供者:lcs
  1. 3D-Cubes

    0下载:
  2. OpenGL 在VS2010平台下编写的程序,显示一个旋转的三维立方体,使用左右方向键,可以旋转立方体。-3D Cubes move and rotate around the screen. writting computer programs by OpenGL in the vs2010.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-01-26
    • 文件大小:14336
    • 提供者:
  1. opengl_qt_texture_mapping

    1下载:
  2. 纹理映射简单的讲,就是把一个纹理(其实说白了,纹理可以理解为一幅图像)映射到空间物体的表面上,因此纹理映射也叫贴图,这个表明不一定是矩形,比如说我可以是球面,或者是任意曲面。在上一篇文章OpenGL_Qt学习笔记之_04(3D图形的绘制和旋转)中,我们绘制的空间体的表面都是一些光滑的颜色,如果要在其表面采用那种方法绘制图像的话,则必须利用微分的思想,一个一个的绘制小图像,然后拼接起来,可想而知,这个过程是多么的复杂,opengl的纹理映射就可以很好的解决这一问题。 这个实验室在上一篇博文Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:390765
    • 提供者:wuwei
  1. opengl_qt_linghting_blending

    1下载:
  2. 本次实验主要是学习下opengl中光照的使用方法,opengl中的光照分为环境光,漫射光,镜面光,反射光4种,这里主要是学习环境光和漫射光的设置,同时对比下opengl中支持的几种纹理滤波方式的效果,另外也可以加入色彩融合效果。这次实验是将一个木箱纹理贴到一个立方体上,然后我们在空间屏幕正外方设置了一个光源,可以用键盘的L键来控制该光源的开启和关闭;用F键来旋转程序中用到的3种滤波方式,按下F键后,依次切换该3种方式;用PageUp键来使物体离观察者越来越远,相反,用PageDown来使物体离我
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-07
    • 文件大小:2189338
    • 提供者:wuwei
  1. antipoly

    0下载:
  2. 一个可旋转缩放的彩色立方体,是基于opengl下泻的-A rotating cube color scale is based on opengl tumble of
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1031336
    • 提供者:xujiong
  1. chgmat2

    0下载:
  2. 2个实体立方体,一个球体,一个圆锥体,颜色已经给定,基于opengl-Two entities, the cube, a sphere, a cone, the color has been given, based on opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-01
    • 文件大小:1014199
    • 提供者:xujiong
  1. MFCOpenGL

    0下载:
  2. 用openGL写的立方体的旋转和速度调节的代码-Code written with openGL cube rotation and speed adjustment
  3. 所属分类:Menu control

    • 发布日期:2017-11-10
    • 文件大小:1984096
    • 提供者:Conan
  1. 13SolidShapes

    0下载:
  2. Opengl es 源码学习 绘制立方体,只要稍改就可以使用-Opengl es source learning
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:18866
    • 提供者:cwhow
  1. CubePanorama

    0下载:
  2. 用openGL建模的立方体 实现panorama效果-Modeling with openGL cube panorama effect
  3. 所属分类:android

    • 发布日期:2017-12-05
    • 文件大小:306534
    • 提供者:郑松
  1. SampleCube_MouseControl

    0下载:
  2. 基於opengl的旋转立方体程序. 主要支持鼠标控制,鼠标拖动旋转,移动.-an openGL based project for a spinning cube controlled by mouse event. supporting mouse controlled rotation and transfer
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-26
    • 文件大小:6387407
    • 提供者:alvin
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com