-
bresenham画直线及opengl扫描线算法填充
使用bresenham法实现画直线,再利用扫描线算法实现多边形的填充,使用了opengl来显示界面。
- 2022-04-13 09:06:17下载
- 积分:1
-
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。...
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。-a lens to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to create three-dimensional objects, the effect is pretty good.
- 2022-04-10 03:39:38下载
- 积分:1
-
openGL超级宝典(第四版)及代码
电子书
openGL超级宝典(第四版)及代码
电子书-openGL Super Baodian (fourth edition) and the code book
- 2022-04-28 16:55:40下载
- 积分:1
-
基于opengl的VC++编程,可以在屏幕上显示文字
基于opengl的VC++编程,可以在屏幕上显示文字-Opengl based on the VC++ Programming can be displayed on the screen text
- 2022-02-15 21:15:58下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
使用opengl来加载3ds的模型的源码,图形可以旋转,基于MFC.
使用opengl来加载3ds的模型的源码,图形可以旋转,基于MFC.-Use opengl to load the source model 3ds, graphics can be rotated based on the MFC.
- 2022-10-11 23:50:03下载
- 积分:1
-
An OpenGL example of Star!!It can help you understand opengl framework in more d...
星星闪动--OpenGL, 一个opengl的例子!!可以帮助你更详细的了解opengl的框架建立!!!! -An OpenGL example of Star!!It can help you understand opengl framework in more detail
- 2023-01-24 01:05:04下载
- 积分:1
-
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库...
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库-3D games and computer graphics of mathematical methods, the use opengl as graphics development libraries
- 2022-10-14 12:45:03下载
- 积分:1
-
魔兽争霸开源版
魔兽争霸开源版 opengl-This is used c++ Do run a small game dynamic! Ha ha hope like!
- 2022-03-18 04:05:28下载
- 积分:1
-
With VC++6.0 and implementation of OpenGl Mobile Tower of Hanoi algorithm, the r...
用VC++6.0和OpenGl实现的汉诺塔移动算法,速度可以自己调节,主要是汉诺塔的递归算法。-With VC++6.0 and implementation of OpenGl Mobile Tower of Hanoi algorithm, the rate can adjust is the Tower of Hanoi recursive algorithm.
- 2022-03-15 20:51:37下载
- 积分:1