-
opengl的简单程序,值得看看。
opengl的简单程序,值得看看。-opengl the simple procedure, it is worth a look at.
- 2022-05-31 13:33:52下载
- 积分:1
-
骨骼动画源代码。使用工具:OpenGL+3dsftk
骨骼动画源代码。使用工具:OpenGL+3dsftk-skeletal animation source code. Use Tools : OpenGL+3 dsftk
- 2022-07-16 09:02:20下载
- 积分:1
-
将.3ds文件转换成.h c++ 的头文件
将3ds 文件转换成 c++ 头文件你只需要3DS 标准即可。 3D 文件必须保护一列向量和面。否则就没有什么可以加载到程序中。它不存储专业建模显示的某些数据。 如果你有了 3DS 结构,你可以写一个 C++ 读/写常规程序。
- 2022-01-25 19:10:37下载
- 积分:1
-
A simulated aircraft fire near the ground opengl procedures, documentation in th...
一个模拟飞机近地面射击的opengl程序,文件中有相应的模型和算法-A simulated aircraft fire near the ground opengl procedures, documentation in the corresponding model and algorithm
- 2022-06-15 07:07:37下载
- 积分:1
-
OpenGL的使用指南,系统全面的讲解了OpenGL的函数库的各个函数的功能,是学习OpenGL不错的知道书...
OpenGL的使用指南,系统全面的讲解了OpenGL的函数库的各个函数的功能,是学习OpenGL不错的知道书 -OpenGL, User Guide, systematic and comprehensive explanations of the OpenGL-library functions of the various functions, is to know a good book to learn OpenGL
- 2023-02-05 03:15:04下载
- 积分: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的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。...
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。-OPENGL based on the realization of the OpenVG, c achieved by OpenVG hardware to accelerate the algorithm, in SVG, 2D graphics, such as have reference value.
- 2022-06-14 19:12:20下载
- 积分:1
-
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等...
这是一个利用粒子系统做的一个模拟彩虹的源程序。包含粒子的死亡,产生,移动等-This is a particle system to do a simulation rainbow of the source. Contain particles of death, generation, mobile etc.
- 2022-03-11 03:02:51下载
- 积分:1
-
Using 24
Using 24-bit Bitmap Files as OpenGL Images-Using 24-bit Bitmap Files as OpenGL Images
- 2022-11-27 01:25:03下载
- 积分:1
-
OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。...
OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
- 2023-05-22 05:05:03下载
- 积分:1