-
opengl.cpp..学习3D游戏的框架.不可多得.
opengl.cpp..学习3D游戏的框架.不可多得.-opengl.cpp .. learning 3D games framework. Rare.
- 2022-12-17 04:55:03下载
- 积分:1
-
opengl开发环境设置,在场景中实现爆炸的三维效果
opengl开发环境设置,在场景中实现爆炸的三维效果-opengl development environment settings, the scenes to achieve the 3-D effect of the explosion
- 2022-07-09 13:31:45下载
- 积分:1
-
";详解OpenGL的坐标系、投影和几何变换…
“详解OpenGL的坐标系、投影和几何变换”。是我见过最好的关于OpenGL坐标平移和旋转,以及矩阵堆栈最好的教程。-"Comments on OpenGL coordinate system, projection and geometric transformation." It is the best I have seen on the OpenGL coordinates translation and rotation matrix stack and the best guide.
- 2023-04-02 10:05: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
-
OpenGL package their own categories, simple and practical and can be used to dev...
自己封装的OpenGl类,简单实用,可以用来三维开发-OpenGL package their own categories, simple and practical and can be used to develop three-dimensional
- 2022-03-13 12:34:45下载
- 积分:1
-
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能...
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能-in providing vc use opengl generic configuration and initialization function, avoid using opengl programming must be prepared to repeat the role in the allocation
- 2023-07-29 04:25:03下载
- 积分:1
-
这是一个很好的OpenGL编程实现虚拟现实
这是一个很好的OpenGL编程实现虚拟现实-This is a good OpenGL Programming Virtual Reality
- 2022-03-22 01:28:42下载
- 积分:1
-
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题-This is introducing OPENGL operation and issues from scene making
- 2022-03-10 04:43:49下载
- 积分:1
-
VC6.0 used to create a Bezier curve drawing, the initial application
使用VC6.0创建一个绘制Bezier曲线的工程,初级应用-VC6.0 used to create a Bezier curve drawing, the initial application
- 2022-01-24 09:58:21下载
- 积分:1
-
光线投射算法具体实现
该程序包含了球体,立方体,圆锥等的实现,是经典教程,计算机图形学上的实例,对学习计算机图形学和要提高编程能力的同学来说是很好的资源。
- 2023-03-24 08:55:04下载
- 积分:1