登录
首页 » OpenGL图像 » opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速...

opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速...

于 2023-02-13 发布 文件大小:229.32 kB
0 240
下载积分: 2 下载次数: 1

代码说明:

opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book" s source code. Author Author: (United States) (Edward Angel) Angel translator: Fei Duan complete details of the basic OpenGL functions and commands, easy to readers to quickly find the perspective from a non-mathematical procedure describes how to carry out the design of OpenGL and is conducive to the rapid entry of the chapter the reader provide an example of running to help the reader understand the function and application of OpenGL

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

发表评论

0 个回复

  • 整合,利用数值食谱
    #include < math.h > #define EPS 1.0e-6 #define JMAX 20 #define JMAXP (JMAX + 1) #define K 5 NRANSI #define / * #include"nrutil.h"* / 浮 qromb (浮法 (* func)(float)、 浮浮法 a、 b) { void polint (浮 xa []、 浮震遐 [],int n、 浮 x 浮法 * y、 浮动 * dy) ; 浮 trapzd (float (* func)(float)、 浮法 a、 浮法 b、 int n) ; void nrerror (char error_text[]) ; 浮法 ss,决策支持系统 ;
    2022-02-04 15:05:42下载
    积分:1
  • NEHE的opengl教程9
    NEHE的opengl教程9-48章,前8章有中文翻译故没放上来,这是更新到目前的完整Nehe opengl教程-NEHE Guide 9-48 chapter, the former Chapter 8 there is no Chinese translation Fangshanglai. This is the update to the current integrity Nehe opengl Guide
    2022-04-27 09:48:11下载
    积分:1
  • 这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的的漫游显示...
    这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示-This is a heaven and earth on the OpenGL roaming procedure, Kexin use the keyboard to control the direction of the four background images display roaming
    2022-02-06 09:01:58下载
    积分:1
  • 法画球,是一个很简洁的例子,希望对大家有用,谢谢了...
    贴图法画球,是一个很简洁的例子,希望对大家有用,谢谢了-this is a program
    2022-05-06 16:01:42下载
    积分:1
  • MFC OpenGL
    用MFC和OpenGL来做一个绘图软件,基于OpenGL的MFC画图软件,里面有代码,可供大家参考。
    2022-02-02 16:46:57下载
    积分:1
  • t6963c 显示东芝
    显示 6963 c 杜德段 mnejar 联合国显示德 240 x 128 >>> 警告 202"到 FilesPICCProjT6963CCSt6963.h"线 258(22,33): 变量从未使用过 DisplayMode >>> 警告 202"到 FilesPICCProjT6963CCSglcdex1.c"线 194(19,22): 变量从未使用过的行 >>> 警告 202"到 FilesPICCProjT6963CCSglcdex1.c"线 194(29,31): 变量从未使用 id 内存使用: ROM = 34 %ram = 13%-35% 0 错误,3 警告。
    2022-07-01 16:37:16下载
    积分:1
  • OPENGL参考手册,游戏开发者必备之参考指南
    OPENGL参考手册,游戏开发者必备之参考指南-OpenGL Reference Manual, the essential game development Reference Guide
    2022-01-20 22:49:46下载
    积分:1
  • OpenGL domain collision effects demo
    OPENGL入门之 碰撞效果演示-OpenGL domain collision effects demo
    2022-03-23 03:15:50下载
    积分:1
  • 读入bmp文件并用来生成三维环境,鼠标控制游弋
    读入bmp文件并用来生成三维环境,鼠标控制游弋-read bmp file and used to generate 3D environment, mouse cruise control
    2022-01-24 15:31:27下载
    积分:1
  • Opengl绘制镜子效果
    应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。 假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。 要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。 要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。 注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-13 12:23:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载