-
opengl简单光照效果例程
opengl简单光照效果例程-opengl simple lighting effect routines
- 2022-08-19 00:54:27下载
- 积分:1
-
这是OpenGL和MFC示例演示。
OpenGl与MFC结合的简单例子,适合初学者学习OpenGL,程序比较简单-it is OpenGl and MFC sample Demo.
- 2023-04-03 23:10:03下载
- 积分:1
-
opengl源代码,实现了conjugate gradient method共轭斜量法
opengl源代码,实现了conjugate gradient method共轭斜量法-opengl source code, to achieve a conjugate gradient method Conjugate Gradient Method
- 2022-04-27 22:29:15下载
- 积分:1
-
Qt图形绘制
通过MVC实现Qt图形绘制,可以实现多个图形的单选或者多选,类似于office以及WPS等常见办公软件的演示操作时候的图形天剑功能
- 2023-02-19 05:20:06下载
- 积分:1
-
八个OPENGL的练习程序源代码。
八个OPENGL的练习程序源代码。-8 OpenGL exercise program source code.
- 2022-02-02 19:53:11下载
- 积分: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
-
Windows下的Opengl的一个四元数摄像机类库。
Windows下的Opengl的一个四元数摄像机类库。-the Windows Opengl of a quaternion cameras library.
- 2022-05-25 04:08:15下载
- 积分:1
-
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改...
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改变烟火发射模式:
-Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, respectively, could be fired three yellow, red, white pyrotechnics .3) Click on the drop-down menu under the mode of procedure can be changed under the pyrotechnic launch mode :
- 2022-03-14 23:54:16下载
- 积分:1
-
3D game design source code, need to be under, thank yo
3D游戏设计的源代码,需要可以下,谢谢哟-3D game design source code, need to be under, thank yo
- 2023-02-25 06:25:04下载
- 积分:1
-
Using c++ and opengl written, based on the basic elements of the operation, very...
用c++和opengl写的,基于基本图元的操作,对初学者很有帮助-Using c++ and opengl written, based on the basic elements of the operation, very helpful for beginners
- 2022-03-24 16:04:30下载
- 积分:1