-
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。...
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。-opengl development of the demonstration Flame code, including learning source code, the game is to produce a good material.
- 2022-05-16 05:28:47下载
- 积分:1
-
imageproc2
这是一些神经网络训练一些处理数字图像的来源。
- 2023-05-27 14:50:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
茶壶加纹理
绘制一个可以旋转的茶壶,并制作纹理,将纹理贴到茶壶上
- 2022-01-26 19:17:21下载
- 积分:1
-
OpenGL学习的好书。Qt支持OpenGL代码,这本书很好的说明文档…
good book for openGL learning. QT support OpenGL code and it book is good documention for write openGL code in QT.
- 2022-03-16 23:22:16下载
- 积分:1
-
显示OBJ三维文件源代码
资源描述
资源描述
利用OPENGL和GLUT显示OBJ文件,并利用定时器动态转换位置。
- 2023-03-03 16:00:04下载
- 积分:1
-
使用C和OPENGL绘制一个曲线上点可控制的bazier曲线
使用C和OPENGL绘制一个曲线上点可控制的bazier曲线-OPENGL rendering the use of C and on a curve control point curve bazier
- 2022-12-30 03:10:03下载
- 积分:1
-
A novice started strongly recommended the book OpenGL book containing a highly p...
一本OpenGL书 新手入门强烈推荐 书内附有源代码 实用价值很高 !-A novice started strongly recommended the book OpenGL book containing a highly practical source code!
- 2022-06-21 23:32:19下载
- 积分:1
-
openglMFC播放器
用mfc框架实现的OpenGL播放器
- 2022-02-04 00:47:30下载
- 积分:1
-
一个基于OpenGL的三维漫游程序,希望对大家有帮助
一个基于OpenGL的三维漫游程序,希望对大家有帮助-OpenGL-based three-dimensional roaming procedure, in the hope that everyone has to help
- 2023-05-11 07:05:03下载
- 积分:1