-
stb_image.h
在这个网站上,http://nothings.org/,点击“public domain JPEG decompression”链接后,就是这段c代码(这个链接看起来是指跟Jpeg相关,其实进来的代码页包含了上面的所有内容)。拷贝,复制到你的源文件中。然后你会发现你只有一个c程序,没有头文件?所以,我们需要再从源代码上萃取处我们的头文件(其实作者有帮我们想到)。
- 2022-07-18 05:05:20下载
- 积分:1
-
本程序中才用了立方体贴图,opengl执行光照计算,并根据标准光照模式计算单个片断的颜色。然后这些片断颜色与应用到几何图形的过滤纹理单元混合。...
本程序中才用了立方体贴图,opengl执行光照计算,并根据标准光照模式计算单个片断的颜色。然后这些片断颜色与应用到几何图形的过滤纹理单元混合。-This procedure have used the cube texture, opengl implementation of lighting calculation, and in accordance with standard illumination pattern of a single fragment color. And then the color and application of these fragments to the geometry of the filter unit mixed texture.
- 2023-03-03 17:25:04下载
- 积分:1
-
基于OpenGL的视景漫游系统源码
基于OpenGL的视景漫游系统源码-OpenGL-based Visual Navigation System FOSS
- 2022-02-14 11:54:15下载
- 积分:1
-
opengl游戏编程 书中实例的第5章代码
opengl游戏编程 书中实例的第5章代码-opengl game programming book, Chapter 5 of the code examples
- 2023-04-30 18:35:04下载
- 积分:1
-
编程环境为VC,结合OpenGL,实现了飞机在虚拟场景中的漫游。可以自动漫游,也可以键盘控制漫游方向。...
编程环境为VC,结合OpenGL,实现了飞机在虚拟场景中的漫游。可以自动漫游,也可以键盘控制漫游方向。-Programming environment for the VC, combined with OpenGL, the realization of the plane in a virtual scene roaming. Automatic roaming, roaming can also control the direction of the keyboard.
- 2022-03-05 20:17:20下载
- 积分:1
-
bresenham画直线及opengl扫描线算法填充
使用bresenham法实现画直线,再利用扫描线算法实现多边形的填充,使用了opengl来显示界面。
- 2022-04-13 09:06:17下载
- 积分:1
-
实现了3D效果的水波纹扩散,鼠标点击扩散
实现了3D效果的水波纹扩散,鼠标点击扩散-achieve the 3D effect of water bellows proliferation, the spread of the mouse click
- 2022-01-26 00:59:59下载
- 积分:1
-
ArcObjects development
ArcObjects development
- 2022-03-17 06:13:43下载
- 积分:1
-
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。...
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。-Tutorial nehe source code, all from the official website of great help for beginners, the tutorials can nehe download site.
- 2022-04-08 23:50:09下载
- 积分:1
-
基于OpenGL的扁平化设计五子棋
使用OpenGL实现的非常漂亮的五子棋。可以读盘,复盘,悔棋,人机对战,多人对战。游戏中AI有多种程度的只能可供选择。程序界面采用了现在非常流行的扁平化设计,非常具有现代科技感:)整体程序只是用了OpenGL的实用函数库以及glut,在windows 7 + visual studio2010下开发,实测可用。使用方法:只需配置好opengl环境,将代码加入到项目即可运行。
- 2022-04-28 19:56:28下载
- 积分:1