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

搜索资源列表

  1. OpenGL

    0下载:
  2. opengl模板函数,适用于初学者,简单的示例程序让您轻松入门-opengl model function
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:157999
    • 提供者:liuwei
  1. OpenGl

    0下载:
  2. c++实现opengl的代码, 其中有3个实例, 是很好的opengl的入门代码-c++ implementation of opengl code, there is one of three examples is a good entry-opengl code
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-27
    • 文件大小:179648
    • 提供者:dfjek
  1. First

    0下载:
  2. opengl入门的例子,希望对初学者有用-Examples of entry-opengl, I hope useful for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:234765
    • 提供者:huangwenjun
  1. Seventh

    0下载:
  2. opengl入门的例子,希望对初学者有用-Examples of entry-opengl, I hope useful for beginners
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:306719
    • 提供者:huangwenjun
  1. 20040918203547

    0下载:
  2. OPENGL入门级学习文档,文件格式是chm的。对初学者非常有帮助-OPENGL study entry-level document, the chm file format is. Very helpful for beginners
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:637158
    • 提供者:pengjie
  1. NURBS

    0下载:
  2. OpenGL编程轻松入门之NURBS曲线和曲面.此例绘制两个相同形状的NURBS曲面,不同之处是一个为线框式,一个是由实多边形组成。-OpenGL programming easy entry of NURBS curves and surfaces. In this case, the shape of two identical rendering NURBS surfaces, the only difference is a frame type, a polygon is formed
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:35640
    • 提供者:AINSTUDY
  1. OpenGL_sample_easy

    0下载:
  2. OpenGL编程轻松入门之一个简单的例子,从这个例子我们可以看到OpenGL可以做什么,当然这个例子只做了很简单的一件事--绘制一个彩色的三角形。除此以外,我们还可以看到典型的OpenGL程序结构及openGL的运行顺序。-OpenGL programming easy entry of a simple example, from this example we can see what OpenGL can do, of course, this example only a very si
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:14606
    • 提供者:AINSTUDY
  1. OpenGL_3

    0下载:
  2. OpenGL编程轻松入门之使用光照和材质 使用了光照和材质可以使物体更逼真,具有立体感。本例就是没有使用光照使呈现在我们眼前的物体茶壶和立方体没有立体感。-OpenGL programming easy entry material the use of light and light and materials used can make objects more realistic, with a three-dimensional sense. Is not used in this
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:14895
    • 提供者:AINSTUDY
  1. OpenGL_4

    0下载:
  2. OpenGL编程轻松入门之使用颜色, 通过一些简单的使用颜色的方法。这一节进一步讲讲颜色的使用。-Introduction to OpenGL programming easy use of color, through some simple ways to use color. This section further talk about the use of color.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:14520
    • 提供者:AINSTUDY
  1. OpenGL_6

    0下载:
  2. OpenGL编程轻松入门之动画制作 OpenGL的是一个可以制作大型3D图形、动画的工具。本例做一个可以旋转的立方体。-Easy entry of the OpenGL Programming OpenGL animation is a large-scale production of 3D graphics, animation tools. Can be done in this case a rotating cube.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:4080
    • 提供者:AINSTUDY
  1. OpenGL_7

    0下载:
  2. OpenGL编程轻松入门之坐标变换.本节中的例子仅仅是将第二节的例子作了一点点改动。将myDisplay函数中画三角型的那一部分提出来写成一个函数drawTriangle。然后在myDisplay函数中用drawTriangle.-OpenGL programming easy entry of coordinate transformation. The examples in this section is the only example of section II, made a lit
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:19593
    • 提供者:AINSTUDY
  1. openGl

    0下载:
  2. openGl,图形编程实例,非常实用,作为openGl的入门-openGl, graphical programming examples, very practical, as the entry-openGl
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1189339
    • 提供者:li xiaowen
  1. NeHeOpenglkecheng

    0下载:
  2. NEHE教程,内容非常的详尽,可以对OPENGL入门的人有很大的帮助-NEHE tutorial, very detailed, you can OPENGL entry of a person of great help
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:9506452
    • 提供者:美女
  1. test

    0下载:
  2. opengl三角形代码,opengl入门的一个很好的实例代码。-triangle opengl code, opengl entry a good example of the code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:635
    • 提供者:王三
  1. Tutorial_10_Texture_Mapping

    1下载:
  2. VC下的opengl程序,第十章:opengl纹理贴图。opengl中入门最难的一步。要想实现类似google earth上地图纹理的叠加,从纹理贴图学起吧!-VC under opengl procedures, Chapter X: opengl texture mapping. Introduction to opengl in the most difficult step. Google earth to achieve a similar texture superimposed o
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-28
    • 文件大小:238455
    • 提供者:杨建顺
  1. OGLEvent

    0下载:
  2. 这是OpenGL入门的一个程序,结合MFC的。-This is a OpenGL program which is associated with MFC
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2127879
    • 提供者:王峰波
  1. Beginning_Opengl_Game_Programming

    0下载:
  2. OpenGL 入门经典书籍,是英文版本!-Getting Started with OpenGL classic books, is the English version!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2591865
    • 提供者:duanchao
  1. RotatePolygon

    0下载:
  2. OpenGl入门,基于NEHE源码的改进,包括两个旋转的四面体和立方体-OpenGl entry, based on NEHE source improvements, including two rotating tetrahedron and cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:3259
    • 提供者:Fu Xiangwei
  1. Hexagram

    0下载:
  2. 使用openGL绘制一个六角星。可以用作openGL入门使用。-Draw a hexagram using openGL. It s good for openGL Introduction.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:435113
    • 提供者:张立斌
  1. drawTriangle

    0下载:
  2. 利用OPENGL库画三角形,opengl入门程序。-Draw a triangle using OPENGL libraries, opengl entry procedures.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:243039
    • 提供者:anlei
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »
搜珍网 www.dssz.com