CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - lesson

搜索资源列表

  1. Lesson21-30

    0下载:
  2. 著名的Nehe的OpenGL教程VC++配套源码21-30课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from lesson 21 to 30 with many comment!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.27mb
    • 提供者:陈思嘉
  1. lesson08-blending

    0下载:
  2. 在vc环境下的opengl的设计,是本人在学习opengl时觉得很有用的一套源码程序,分8课相信对opengl的初学者是很有帮助的.-in vc opengl context of the design, is learning opengl I think that when a very useful source procedures, 8 pm lesson believe opengl beginners is very helpful.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:76.07kb
    • 提供者:jl
  1. OpenGL_1

    0下载:
  2. OpenGL(NeHe)第一课(认识OpenGL)源码-OpenGL (binding for the Java language), the first lesson (awareness OpenGL) FOSS
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17.06kb
    • 提供者:Alex
  1. l1

    0下载:
  2. OpenGL编程教程第一课 -OpenGL Programming Guide first class OpenGL Programming Guide to the first lesson
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22.57kb
    • 提供者:yyy
  1. OpenGLLesson1

    0下载:
  2. 学习利用OpenGL编写程序的基本框架 第一课-learning OpenGL prepare the basic framework for the first lesson
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:133.78kb
    • 提供者:zhangwei
  1. OOWin32

    0下载:
  2. NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:19.41kb
    • 提供者:zw
  1. 02_DrawTriangle

    1下载:
  2. 你的第一个多边形: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。 读完了这一课,你会学到如何在空间放置模型,并且会知道深度缓存的概念。 -your first one polygon : a tutorial in the basis, we added a triangle and a square. Perhaps you think this is
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:224.92kb
    • 提供者:zw
  1. test2

    0下载:
  2. In the first tutorial I taught you how to create an OpenGL Window. In this tutorial I will teach you how to create both Triangles and Quads. We will create a triangle using GL_TRIANGLES, and a square using GL_QUADS. Using the code from the firs
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11.94kb
    • 提供者:mwb
  1. test3

    0下载:
  2. In the last tutorial I taught you how to display Triangles and Quads on the screen. In this tutorial I will teach you how to add 2 different types of coloring to the triangle and quad. Flat coloring will make the quad one solid color. Smooth coloring
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10.59kb
    • 提供者:mwb
  1. test07

    0下载:
  2. In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66.73kb
    • 提供者:mwb
  1. test9

    0下载:
  2. Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advance
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:18.11kb
    • 提供者:mwb
  1. test18

    0下载:
  2. Quadrics are a way of drawing complex objects that would usually take a few FOR loops and some background in trigonometry. We ll be using the code from lesson seven. We will add 7 variables and modify the texture to add some variety :)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22.51kb
    • 提供者:mwb
  1. Lesson 01 Setting Up OpenGL in Windows

    0下载:
  2. Nehe 的opengl教程 中文-Nehe Guide to the Chinese opengl
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:51.72kb
    • 提供者:扬萧
  1. Lesson06

    0下载:
  2. 在这一课里,我将教会你如何把纹理映射到立方体的六个面。 -In this lesson, I will teach you how to texture mapped to the six cube face.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:6.08kb
    • 提供者:li
  1. Lesson_01_Setting_Up_OpenGL_in_Windows

    0下载:
  2. Lesson 01 Setting Up OpenGL in Windows
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:163.17kb
    • 提供者:许海林
  1. lesson21_bcb6

    0下载:
  2. opengl互动游戏功能较为复杂 基于MFC的-an opengl do with the rubik Cube, a map, lamp, for MFC-opengl more complex features interactive games based on MFC the-an opengl do with the rubik Cube, a map, lamp, for MFC
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:302.86kb
    • 提供者:纪朋飞
  1. Lesson46

    0下载:
  2. 著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:30.1kb
    • 提供者:ofootball
  1. Lesson44

    0下载:
  2. 著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:75.82kb
    • 提供者:ofootball
  1. NeHe-lesson

    0下载:
  2. 关于nehe 教程的所有源码,愿对大家有所帮助~-nehe lesson
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:蓝风儿
  1. Delphi Nehe Lesson 5,6,7,8,9,10,12,13,14,32

    0下载:
  2. Nehe OpenGL Delphi 的学习笔记,自己编写可运行代码,含 exe 文件 含所有需要的库文件 有 5,6,7,8,9,10,12,13,14,32 课 的运行代码(Nehe OpenGL Delphi Learning Note. Runable Code,including exe file Contain all your need Lesson Coded : 5 6 7 8 9 10 12 13 14 and 32(Picking).)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-29
    • 文件大小:18.96mb
    • 提供者:SongDawei
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com