-
opengl星空粒子特效
opengl固定管线,星空粒子特效,可运行在windows和linux下
- 2022-02-09 17:38:59下载
- 积分:1
-
唐明里的OpenGL编3D游戏实例源代码
唐明里的OpenGL编3D游戏实例源代码-Tang" s OpenGL for 3D game code example
- 2022-02-21 00:26:43下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2022-08-26 01:27:15下载
- 积分: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
-
based on the OpenGL 3D terrain and sky simulation roaming procedures
基于OPENGL的三维天空与地形模拟漫游程序-based on the OpenGL 3D terrain and sky simulation roaming procedures
- 2023-02-03 20:20:04下载
- 积分:1
-
Nehe的OpenGL教程。无须多说了吧。经典
Nehe的OpenGL教程。无须多说了吧。经典-Nehe" s OpenGL tutorials. Needless to say you. Classic! ! !
- 2022-02-13 20:56:51下载
- 积分:1
-
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。...
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。-openGL primary use, with the procedure to draw a teapot. And the use of a number of functions such as keyboard and mouse.
- 2022-03-06 11:18:55下载
- 积分:1
-
一个基于Qt开发的生成正方体的小程序,每面可单独设置
一个基于Qt开发的生成正方体的小程序,每面可单独设置-A Qt-based development of procedures for the generation of a small cube, each side can be independently set
- 2022-04-17 21:13:07下载
- 积分:1
-
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果...
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果-fog effect on the demonstration and guidance through mouse movement to amend the parameters to show different results
- 2022-10-30 13:15:04下载
- 积分:1
-
OpenGL入门实例。囊括各章节源代码。
OpenGL入门实例。囊括各章节源代码。-Getting Started with OpenGL examples. The chapters include the source code.
- 2022-04-10 22:32:41下载
- 积分:1