-
本程序主要实现了对网的物理实时模拟,其中用到了opengl,是出学者的学习编程的好例子....
本程序主要实现了对网的物理实时模拟,其中用到了opengl,是出学者的学习编程的好例子.-This procedure mainly realize the real-time simulation of physical network, which uses opengl, is a scholar of learning a good example of programming.
- 2023-07-20 13:35:04下载
- 积分:1
-
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-My learning process of NEHE S OpenGL tutorial, help you learn the basic working process of OpenGL
- 2022-03-04 11:10:39下载
- 积分:1
-
导入3ds格式范例,在opengl中显示
这是一个可以导入3ds格式文件的完整的opengl程序。从而可以实现在opengl中对3ds文件的操作。-A complete opengl program can import 3ds file format.
- 2022-04-19 00:32:32下载
- 积分:1
-
OpenGl中移动相机的例子
OpenGl中移动相机的例子-OpenGl mobile cameras example
- 2022-07-18 07:24:22下载
- 积分: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
-
openGL龙格库塔公式的使用,实现了火焰,水流,圈圈等。
openGL龙格库塔公式的使用,实现了火焰,水流,圈圈等。-Runge-Kutta formula openGL use a flame, water, circle and so on.
- 2022-03-07 19:26:51下载
- 积分:1
-
it is a kind of game written with Opengl , it is called three ball chess
用OPENGL写的三地游戏 是一款三连棋游戏-it is a kind of game written with Opengl , it is called three ball chess
- 2022-01-26 03:57:16下载
- 积分:1
-
布尔运算,两个物体的和或交差等运算,用opengl开发
布尔运算,两个物体的和或交差等运算,用opengl开发-Boolean operation, the two objects and call it a day, such as computing or
- 2022-02-14 08:37:37下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第8章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第8章
- 2022-01-27 13:55:13下载
- 积分:1
-
不同的项目
它显示了不同的项目供您参考。。你可以从这里选一个最好的。。所有代码都是有效的..最好看一下。。
- 2022-06-29 07:35:08下载
- 积分:1