-
与参考方法编写严格按照你自己的opengl8点圆,…
自己写的opengl8点画圆 完全按参考书方法,给初学者参考-Write your own opengl8 Point Circle in strict accordance with reference method, for advanced users
- 2022-02-09 22:55:37下载
- 积分:1
-
OPENGL写的读取DXF文件的曲线特征的信息
OPENGL写的读取DXF文件的曲线特征的信息-OpenGL was read DXF file characteristics of the information curve
- 2022-03-25 23:06:32下载
- 积分:1
-
of a demonstration program
openGL的一个演示程序-of a demonstration program
- 2022-07-02 23:26:33下载
- 积分:1
-
QT视频传输
QT语言编写 和C类似 远程视频传输和控制。可以在linux和windows系统上运行。采用ARM9硬件系统和USB摄像头保证了系统可以稳定运行可以放心的使用 毕业设计通过
- 2023-04-23 22:25:04下载
- 积分:1
-
基于opengl的VC++编程,可以在屏幕上显示文字
基于opengl的VC++编程,可以在屏幕上显示文字-Opengl based on the VC++ Programming can be displayed on the screen text
- 2022-02-15 21:15:58下载
- 积分:1
-
OpenGL三维编程可以在这雪场景的实现,这是一个很好的源代码。
opengl 3D编程可以实现下雪这一场景,很不错的源代码,还有workplace 喔!-opengl 3D programming can be achieved in this snow scene, it is a good source code, as well as workplace Oh!
- 2023-07-06 17:35:03下载
- 积分:1
-
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置...
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置-
this program is game of billards
- 2022-05-30 05:35:08下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
OpenGL画点、画线和多边形的绘制算法
OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
- 2022-06-14 10:32:26下载
- 积分:1
-
这个是使用VC实现的OPENGL建模,并实时渲染的好实例。其中包含全部源代码和实例。其功能类似3DMAX,可以建立各种模型和贴图。...
这个是使用VC实现的OPENGL建模,并实时渲染的好实例。其中包含全部源代码和实例。其功能类似3DMAX,可以建立各种模型和贴图。-this is the use of the VC OpenGL modeling, and real-time rendering a good example. Which includes all source code and examples. 3DMAX similar functions, the establishment of various models and textures.
- 2022-02-13 17:39:56下载
- 积分:1