-
使用OPENGL编程,创建一个组合图形,包括对图形的组合,旋转等相关操作。...
使用OPENGL编程,创建一个组合图形,包括对图形的组合,旋转等相关操作。-use OpenGL programming, the creation of a combination of graphics, including the right combination of graphics, rotation and other related operations.
- 2022-03-10 19:16:26下载
- 积分:1
-
显示太阳能系统的OpenGL代码
OPenGL code for displaying solar system
- 2022-03-14 05:21:42下载
- 积分:1
-
OpenGL三维图形开发环境设计三
OpenGL三维图形开发环境 OpenGL三维图形开发环境设计-OpenGL 3D OpenGL graphics development environment designed three-dimensional graphics development environment
- 2022-03-10 17:53:50下载
- 积分: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
-
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut....
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut.-Vases, demonstration of the formation process of rotating the surface, very beautiful animation effects, use glut.
- 2022-09-09 03:45:03下载
- 积分:1
-
机器人臂的手指
机器人臂的手指
此过程编写使用 OpenGL 基于对话框的 MFC 程序,更改程序绘制六自由度工业机器人
程序,包括如何配置 OpenGL 显示基于对话框中,环境和六度自由度机器人手臂拉长。
已修改的程序开发环境为微软的 VS2008,VS2008 OpenGL 环境中运行程序之前, 的配置具体怎么配置了,请您自己的查询
- 2022-03-10 16:44:37下载
- 积分:1
-
一个聊天开发的文件,没有全看。OPENGL的。要大家一起学习
一个聊天开发的文件,没有全看。OPENGL的。要大家一起学习-VS
- 2022-03-22 02:54:37下载
- 积分:1
-
OpenGL 3D graphics transformation, using network technology checkered Lane allud...
OpenGL实现3D图形变换,采用网格纹里影射技术-OpenGL 3D graphics transformation, using network technology checkered Lane alluding
- 2022-03-13 09:08:42下载
- 积分:1
-
put CStatic converted into Class CStaticGL category, for the use of OpenGL dialo...
把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each model component increased textures.
- 2022-01-25 22:47:52下载
- 积分:1
-
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器...
OpenGL红宝书源代码,里面的每个例子都有详细的注释,是学习OpenGL的必备武器 -Little Red Book OpenGL source code, which has detailed examples of each of the Notes, is an essential learning OpenGL weapons
- 2022-07-27 06:51:19下载
- 积分:1