登录
首页 » OpenGL图像 » OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...

OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...

于 2023-01-29 发布 文件大小:13.68 kB
0 166
下载积分: 2 下载次数: 1

代码说明:

OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
    周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
    2022-03-09 19:30:08下载
    积分:1
  • 轻量级实时OpenGL 形组件
    翻译  maninwest@Codeforge  作者: Gabriyel @ Codeproject集成提供实时更新的基于 OpenGL的图形组件。我需要通过图表实时显示统计数据(我写了个演示应用)。截图可以明确地显示这个图形组件背后的理念。它在跟踪实时数据时,例如数据获取和分析时,会很有用。我没有时间开发地更加细致,如不同的图形类型、演示类型和过滤器等,但是在代码的基础上添加这些功能应该不难。使用代码这个图形组件的功能有:用户定义的缓存 (列表) ,用于存储图形数据 当数据"溢出" 缓存时,图像会自动抛弃最旧的数据为最新的数据创造空间 实时计算移动平均数这个代码可以轻松集成到任何基于 OpenGL 的应用程序。开发人员只需确保渲染上下文即可OGLGraph* myGraph; void init ( GLvoid ) // Create Some Everyday Functions { glClearColor(0.0f, 0.0f, 0.0f, 0.f); //glClearDepth(1.0f); myGraph = OGLGraph::Instance(); myGraph->setup( 500 /*width*/, 100 /*height*/, 10 /*offsetX*/, 10 /*offsetY*/, 2 /*scaleX*/, 2 /*scaleY*/, 1 /*channels*/, 200 /*
    2022-02-13 11:50:46下载
    积分:1
  • 奥运五环的OpenGL动画动画技术
    奥运五环动画openGL动画技术-Olympic rings animation openGL animation technology
    2022-03-20 18:06:47下载
    积分:1
  • 3D 喷泉模拟
    这是一个 3D 喷泉模拟和喷泉是三维立体的。在 opengl,实施了所有的算法和模拟的查看器为了看得清楚。
    2023-03-03 07:25:12下载
    积分:1
  • 这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴。实现魔方旋转、光照、透明等功能。里面有论文和源码。...
    这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-This is my graduation project. Of a 3D cube. With VC6.0+ OpenGL development, the main technology is the texture mapping. The realization of Rubik s cube rotation, light, transparent and other functions. There are papers and source code.
    2022-02-16 10:10:13下载
    积分:1
  • opengl three
    opengl三维图形设计,很好的资料,需要者可以拿来学习-opengl three-dimensional graphic design, very good information for those who need it can be used to study
    2022-01-25 18:31:35下载
    积分:1
  • DDA 算法的实现
    数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。 中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示: 让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下: 职位要计算如下: 象限 m < = 1 m > 1 第一次 x = x + 1 y = y + m x = x + 1/m y = y + 1 第二次 x = x 1 y = y + m
    2022-08-10 08:17:23下载
    积分:1
  • OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系...
    OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
    2022-09-17 17:20:03下载
    积分:1
  • 用Delphi开发的一个OpenGL,这是一个很好的例子,它可以帮助你…
    使用DELPHI来开发一个OPENGL的程序,这是一个很好的例子,它可以帮助你如何在DELPHI来实现这个梦想!-use Delphi to develop an OpenGL, this is a very good example, It can help you in DELPHI how to achieve this dream!
    2022-01-28 16:46:14下载
    积分:1
  • 二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha...
    二次曲面,其功能是能够创建二次物体。通过OpenGL基于屏幕像素块所覆盖的区域对每一块覆盖的范围值进行计算,然后在RGBA模式中,OpenGL用该值与Alpha值相乘。-conicoid, and its function is to create two objects. Adoption of OpenGL-based screen pixel block area covered for each one covering the value calculated, and then RGBA model, the value of using OpenGL and Alpha value multiplication.
    2022-02-02 19:22:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载