-
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初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-07-25 15:59:34下载
- 积分:1
-
很好的OPENGL 程序
很好的OPENGL 程序-good OpenGL procedures
- 2022-01-28 00:37:12下载
- 积分:1
-
平面阴影效果,使用OpenGL,C,
平面阴影效果,使用opengl, c++,-plane shadow effects, the use opengl, c,
- 2022-08-18 18:46:36下载
- 积分:1
-
lesson18 OpenGL tutorial examples of bcb6
OPENGL教程lesson18的bcb6例子-lesson18 OpenGL tutorial examples of bcb6
- 2023-01-22 20:30:04下载
- 积分: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
-
基于VC++的opengl经典图形算法开发文档
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-12-12 22:50:03下载
- 积分:1
-
this is the headear file to crate 3d spheres.. or 3d objects
this the headear file to crate 3d spheres.. or 3d objects-this is the headear file to crate 3d spheres.. or 3d objects
- 2022-09-10 23:50:02下载
- 积分:1
-
openGl绘制自动旋转水杯
本程序实现的是一个简单的openGl程序,绘制红蓝两种颜色的水杯模型,并错开一定距离显示,实现水杯的自动旋转功能,配置好opengl环境后源程序在vs2010能够编译运行,且源代码中对opengl函数作出相关注释,是一个比较好的opengl入门级学习资料
- 2023-06-15 00:00:53下载
- 积分:1
-
创建一个三角形和四边形的opengl程序,介绍了如何在窗口…
一个创建了三角形和四边形的opengl程序,介绍了如何在windows环境下绘制简单的几何图形,注释相当完美!-created a triangle and the quadrangle opengl procedures, described how the windows environment drawing simple geometric figure, the Notes quite perfect!
- 2023-02-16 19:50:04下载
- 积分:1