-
openGL实现图形变换,并加入动画效果.有平移,缩小,旋转三种变换,c++调用opengl库后编译运行实现....
openGL实现图形变换,并加入动画效果.有平移,缩小,旋转三种变换,c++调用opengl库后编译运行实现.-Open GL graphics transform, and add animation effects. A translation, narrow, rotating three transform, called opengl c compiler after the operation to achieve.
- 2023-05-06 05:15:03下载
- 积分:1
-
the algorithm is floating the OpenGL Form Multi
本算法是浮动窗体中的OpenGL多视图的实现,实现球体的旋转,前后移动。-the algorithm is floating the OpenGL Form Multi-View the realization of ball rotation, moving around.
- 2022-02-25 05:07:40下载
- 积分:1
-
以往下载的一个OPENGL的例子,我作了一些修改,可以实施二维绘图(绘线)、拖动、缩放等功能,希望有人将它修改为窗口大小变化时,图形大小不要变化 bxmmjm@...
以往下载的一个OPENGL的例子,我作了一些修改,可以实施二维绘图(绘线)、拖动、缩放等功能,希望有人将它修改为窗口大小变化时,图形大小不要变化 bxmmjm@yahoo.com.cn-OPENGL downloaded a previous example, I have made some modifications, can be implemented two-dimensional graphics (drawn line), drag, zoom and other functions, I hope it was amended to change the window size, the graphics do not change the size of bxmmjm @ yahoo. com.cn
- 2023-09-02 05:30:03下载
- 积分:1
-
用opengl和mMFC创建三维动画
用opengl和mMFC创建三维动画-use opengl and create 3D animation mMFC
- 2022-08-16 20:45:38下载
- 积分:1
-
图形学简单的直线
图形学简单的直线-simple line graphics
- 2022-07-02 00:13:18下载
- 积分:1
-
Visual OpenGL 3D images more programming source, Programming for 3D images will...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2023-03-13 22:40:04下载
- 积分:1
-
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例....
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例.-The document is prepared by the procedure c openGL the original code is primarily used for a demonstration platform based on a three-dimensional example of the spray.
- 2022-08-14 00:16:19下载
- 积分:1
-
OPenGL超级宝典源代码,6――10课,适合初学者
OPenGL超级宝典源代码,6――10课,适合初学者-OpenGL source code 6-- 10 classes for beginners
- 2022-09-30 13:20:07下载
- 积分:1
-
3D circle
3D circle
- 2022-04-01 04:01:18下载
- 积分: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