-
glsl+粒子系统绘制的火焰喷射
利用shader和粒子系统实现的火焰喷射效果,可以用于了解例子系统和如何使用shader来完成自己的程序
- 2023-03-10 21:35:03下载
- 积分:1
-
OpenGL
基于OpenGL三维图形显示中的向量类的封装,可以方便定义其对象,实现便捷的三维图形绘制,供研究开发人员使用。 -OpenGL-based three-dimensional graphical display of the vector type of package, you can easily define the objects, the realization of three-dimensional graphics rendering and convenient for the research and development personnel.
- 2023-09-03 04:20:03下载
- 积分:1
-
vc6.0+opengl 环境下开发的简单的snock游戏程序源代码
vc6.0+opengl 环境下开发的简单的snock游戏程序源代码-vc6.0+ opengl environment developed a simple game snock source code
- 2022-04-20 07:25:58下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-06-12 09:23:59下载
- 积分:1
-
实现了飞机的翻转与绘制,在用多个图元拼接一个物体方面很有水平,在这个程序的基础上你可以添加光照和投影....
实现了飞机的翻转与绘制,在用多个图元拼接一个物体方面很有水平,在这个程序的基础上你可以添加光照和投影.-the flight overturned and mapping, on the map more than a million objects splicing a very high standard in this process on the basis you can add illumination and projection.
- 2023-07-19 19:50:03下载
- 积分:1
-
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示-OpenGL model zoom function, visual-Mobile, including source code and demo
- 2022-02-24 13:27:49下载
- 积分:1
-
图形学简单的直线
图形学简单的直线-simple line graphics
- 2022-07-02 00:13:18下载
- 积分:1
-
example for vtk an example for VTK
example for v.t.k
一个例子用于v.t.k-example for vtk an example for VTK
- 2022-01-31 11:34:13下载
- 积分:1
-
OpenGL realize with a dialog box procedure, hoping to understand for beginners O...
用OpenGL实现的一个对话框程序,希望对初学者了解OpenGL框架结构有帮助!-OpenGL realize with a dialog box procedure, hoping to understand for beginners OpenGL frame structure has to help!
- 2023-05-02 07:30:02下载
- 积分: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