-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
在Opengl文件中程序avi文件的程序
在Opengl文件中程序avi文件的程序-in Opengl document procedures avi documentation procedures
- 2022-03-05 09:13:03下载
- 积分:1
-
use opengl development of a PDA graphics interface, transparent lid, with sound...
一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
- 2022-05-15 08:07:49下载
- 积分:1
-
OpenGL编程指南前5章部分实例代码
OpenGL编程指南前5章部分实例代码,包括:
1、双缓冲程序 double.c
2、 直线点画模式 lines.c
3、标记多边形边界边,绘制一个凹多边形 concavePoly
4、创建一个20面体,并近似模拟球体
5、变换立方体
6、行星系统
7、平滑着色的三角形
8、 不同材质和光照
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-24 20:50:05下载
- 积分:1
-
用MFC中的dialoge实现的OpenGL,可以供大家参考
用MFC中的dialoge实现的OpenGL,可以供大家参考-Using MFC in the dialoge realize OpenGL, can be for your reference
- 2022-12-21 11:55:03下载
- 积分:1
-
OpenGL中的汉字显示
opengl里显示中国汉字,可以显示unicode的字符-show chinese char in opengl
- 2022-10-07 17:45:03下载
- 积分:1
-
OpenGL VC 文档类写的很好的DXF文件读取并显示的程序,程序很好读,也很好扩展,强烈推荐!...
OpenGL VC 文档类写的很好的DXF文件读取并显示的程序,程序很好读,也很好扩展,强烈推荐!-This is a nice program for reading and displaying DXF files based on OpenGL VC View/Document class,it s easy to read and to extend,recommended strongly!
- 2022-08-10 23:39:34下载
- 积分:1
-
精致的粒子系统的实现,实现四处发散的效果
精致的粒子系统的实现,实现四处发散的效果-Fine particle system, realize the effectiveness of four divergence
- 2022-12-06 23:25:03下载
- 积分:1
-
使用polyval2d功能得到拟合函数的系数矩阵polyfit2d创建…
利用polyval2d函数可以得出polyfit2d拟合的三维曲面的函数的系数矩阵-use polyval2d function to get fit function created by polyfit2d coefficient matrix
- 2022-04-14 17:09:01下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1