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

搜索资源列表

  1. OpenGLcube

    0下载:
  2. 基于opengl的旋转立方体 基于opengl的旋转立方体 -a cube based on openGL which can transfer
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:5637
    • 提供者:王小科
  1. testfirst

    0下载:
  2. 几个简单的安卓示例,包括五子棋和一个用opengles描绘的立方体-several simeple android demos,include five-in-row demo and a cube rendered by opengl es.
  3. 所属分类:android

    • 发布日期:2017-11-19
    • 文件大小:1021755
    • 提供者:mengwenli
  1. Bondo_Ch02_Code

    0下载:
  2. opengl小型项目,绘画一个立方体。基本的项目配置,和元素描绘。-opengl small projects, drawing a cube. Basic project configuration, and elements depicted.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-20
    • 文件大小:15201
    • 提供者:量还长
  1. 6

    0下载:
  2. 用openGL在VC++环境中画 立方体-openGL painting cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:211234
    • 提供者:wugideon
  1. draw-a-cube

    0下载:
  2. 链接OpenGL类库,绘制一个立方体,通过设置一个定时器,能够实现旋转-Link OpenGL library, draw a cube, by setting a timer, enabling rotation
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:4141710
    • 提供者:
  1. OPENGLPCPP

    0下载:
  2. OPENGL VC++ 立方体旋转程序,采用VC++与OpenGL编写的立方体旋转-OPENGL VC++ cube rotation procedures, using VC++ and OpenGL prepared rotating cube
  3. 所属分类:OpenGL program

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

    0下载:
  2. Android OpenGL 3D 立方体多纹理贴图源码,采用OpenGL编写,可以在Android系统上运行-Android OpenGL 3D cube multi-texture mapping source, using OpenGL prepared, you can run on the Android system
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:303119
    • 提供者:
  1. 3dcubeExplore

    0下载:
  2. opengl学习的3d观察演示,键盘控制立方体的旋转缩放。使用vc++6.0平台,-learning opengl 3d observation demonstrates, keyboard control cube rotation scaling. Use vc++6.0 platform
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:269709
    • 提供者:陈志勇
  1. TextureInstance

    0下载:
  2. opengl纹理实例学习。vc++6.0平台,使用了纹理的各项基本功能,需要glaux库支持。键盘能够浏览旋转立方体-opengl texture learning from examples. vc++6.0 platform, use the basic functions of the texture, you need glaux library support. Keyboard to browse rotating cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1440496
    • 提供者:陈志勇
  1. OpenGL_Exercise

    0下载:
  2. 用OpenGL进行编写的一些简单动画:星空彩色线条、旋转立方体等。适合入门者学习。-There some simple lines、3D_Cube which can rotate.Programed with OpenGL in C++Builder.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:355783
    • 提供者:linmutou
  1. cube

    0下载:
  2. opengl画立方体,有一定的交互性,可用鼠标控制旋转-opengl draw cube, a certain interaction, the mouse can control the rotation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1448
    • 提供者:iewwhat
  1. Framebuffer

    0下载:
  2. 在屏幕上显示一个不断旋转和由小到大变化的五彩立方体。使用OpenGL库。-Displayed on the screen and the small to large changes in a continuous rotation of colorful cubes. Use the OpenGL library.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:1528
    • 提供者:electedivi
  1. Micro

    0下载:
  2. 画立方体利用OPENGL与C++结合 画出可以旋转的立方体图像 也可改变颜色-Draw a cube using C++ with OPENGL and draw a cube can be rotated to change the color of the image can also be
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3900
    • 提供者:inEgy
  1. OpenGL_cube

    0下载:
  2. OPENGL 实现的 立方体的消隐显示 很好用的如果你正在学习OPENGL这个对你一定有帮助的-this is a opengl programm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2204
    • 提供者:ledonJu
  1. cubemapping

    0下载:
  2. 简单的openGL纹理贴图,实现一个把图贴到立方体上的函数,立方体里画反射面的水壶,贴图倒影在水壶上,转动鼠标改变视图。用法见readme.txt-This project is developed on the platform of VS2010,it implements the cube texture mapping in openGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-14
    • 文件大小:21519982
    • 提供者:yishi
  1. tst2

    0下载:
  2. 这是一个简单的使用openGL绘制立方体的程序。通过点画和gultSolidCube()、glutWireCube()三种可选方法画出。并有相关变换流程!适合入门参考!-This is a simple to use openGL rendering cube procedures. By pointillism and gultSolidCube (), glutWireCube () method to draw three options. And have the relevant co
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1485
    • 提供者:木韵
  1. Cube_OpneGL

    0下载:
  2. OpenGL 3D立方体多纹理贴图,应用程序编程源码,很好的参考资料。-OpenGL 3D cube texture mapping, application programming source code, a good reference.
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:306997
    • 提供者:维斯摩尔
  1. 7567689

    0下载:
  2. 不使用DirectX或OpenGL而实现的3D立方体效果,VC++经典编程源码,很好的参考资料。-Do not use DirectX or OpenGL and the realization of the 3D cube effect, classic VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:15745
    • 提供者:烟鸭掌儿
  1. movelight

    0下载:
  2. 光源可移动,光源颜色可变,立方体可旋转,用openGL实现-Movable light source, light color variable, the cube can be rotated
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8206219
    • 提供者:Tia
  1. lab2

    0下载:
  2. OpenGL 双缓存动画 立方体变形-OpenGL double buffer animated cube deformation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:10796012
    • 提供者:刘成鹏
« 1 2 ... 13 14 15 16 17 1819 20 21 »
搜珍网 www.dssz.com