-
OpenGL,Render to texture(RTT)类及应用实例
OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
- 2022-08-24 09:49:39下载
- 积分:1
-
vc++,采用OpenGL库,实现车体运动
vc++,采用OpenGL库,实现车体运动-vc++, using OpenGL libraries to achieve the body movement
- 2022-02-25 13:16:03下载
- 积分:1
-
light on the demonstration and tutorial materials, mouse movement to amend the p...
关于光照和材质的演示教程,通过鼠标移动修改参数来显示不同的效果-light on the demonstration and tutorial materials, mouse movement to amend the parameters to show different results
- 2023-04-15 00:00:04下载
- 积分:1
-
opengl开发相应的windows窗口程序
opengl开发相应的windows窗口程序-opengl development of windows corresponding window procedure
- 2022-05-09 11:52:11下载
- 积分:1
-
这是OpenGL绘制三维图形的源代码,比较使用,日…
这是利用OPENGL绘制3D图形的源代码,比较使用,自己可以根据需要修改,比较实用!-This is the use of OPENGL rendering 3D graphics source code, compare the use, they can edit, compare and practical!
- 2022-03-31 07:51:32下载
- 积分: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
-
mfc开发的OpenGL单文本视图框架,方便进行二次开发!
mfc开发的OpenGL单文本视图框架,方便进行二次开发!-mfc development of the OpenGL version View single framework to facilitate the development of secondary!
- 2023-05-23 21:50:03下载
- 积分:1
-
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题-This is introducing OPENGL operation and issues from scene making
- 2022-03-10 04:43:49下载
- 积分:1
-
OpenGL image selection and amplification, we can choose the corresponding object...
OpenGL图像的选取和放大,可以选择相应的物体,再进行操作-OpenGL image selection and amplification, we can choose the corresponding object, and then operate
- 2022-06-27 21:37:51下载
- 积分:1
-
STL三维打印
该代码主要是基于Qt平台的,以C++语言编程来写的三维建模和切片软件,读入STL文件进行显示,移动,放大,缩小灯操作的
- 2023-07-18 06:35:04下载
- 积分:1