-
Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a dir...
用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。-Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a direct realization of the algorithm.
- 2022-09-04 09:20:03下载
- 积分:1
-
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用...
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用-OpenGL Red Book of the 1.1 version of the Internet (including code) I put it into the chm format, user-friendly
- 2022-03-29 17:34:13下载
- 积分:1
-
QT 五子棋
C++开发的五子棋,实现人机。当然问题还有很多,为了积分,为了完成者里50个字,只能多写东西了。
适合新手的资料。欢迎下载。
- 2023-05-22 04:35:05下载
- 积分:1
-
使用OpenGL库,C Builder环境下地形仿真系统三
利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such as mobile operators, the use of different elevation of different colors, not to be labeled, and to increase the effects of light, shows a more realistic!
- 2023-08-01 12:45:03下载
- 积分:1
-
A simple example of virtual roaming. OpenGL on the beginner very helpful
一个简单的虚拟漫游实例。对初学OPenGL非常有帮助-A simple example of virtual roaming. OpenGL on the beginner very helpful
- 2022-01-28 00:36:40下载
- 积分:1
-
最大流最小割算法,可以跟踪主动镜头下的非刚体目标!
最大流最小割算法,可以跟踪主动镜头下的非刚体目标!-Maximum flow minimum cut algorithm, the camera can track the initiative of non-rigid target!
- 2022-07-06 12:12:56下载
- 积分:1
-
建立一个MFC control_part2.zip OpenGL
Setting Up OpenGL in an MFC Control_Part2.zip
- 2022-06-30 10:24:58下载
- 积分:1
-
VC编的OpenGL下显示非均匀有理B样条曲面(NURBS),可供图形学初学者参考...
VC编的OpenGL下显示非均匀有理B样条曲面(NURBS),可供图形学初学者参考-VC series of the OpenGL display non-uniform rational B-spline surfaces (NURBS), the reference graphics beginners
- 2022-04-20 22:59:00下载
- 积分:1
-
本例包括:opengl的快捷菜单的制作以及图形交互与光照效果!...
本例包括:opengl的快捷菜单的制作以及图形交互与光照效果!-The cases include : opengl menu shortcuts and the production of interactive graphics and lighting effect!
- 2022-03-16 03:17:04下载
- 积分: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