-
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程序中如何控制mdl动画,程序运行需要特殊环境,可能有文件残缺,不能运行...
在opengl程序中如何控制mdl动画,程序运行需要特殊环境,可能有文件残缺,不能运行-in opengl process control Ktschau animation, special procedures required for the operation of the environment, it may be incomplete document, not run
- 2023-06-22 19:55:03下载
- 积分:1
-
OpenGl波光闪闪演示,基于VC++的opengl源代码
OpenGl波光闪闪演示,基于VC++的opengl源代码-OpenGL wave shiny presentation, based on the VC++ The opengl source code
- 2023-06-25 00:00:04下载
- 积分:1
-
opengl framework for opengl development.
opengl框架,适用于opengl开发。-opengl framework for opengl development.
- 2022-02-09 21:56:57下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-09-04 22:05:03下载
- 积分:1
-
计算机图形学中最基本的图形例子
VC6.0+OpenGL环境的配置巨体的过程;编写对一个三角形分别实现平移、缩放、旋转等变化的源码及效果图,对每一行代码都有注释;画一个三角形三个顶点的颜色不同,且实现颜色的平滑过渡;用随机点实现三角形的绘制
- 2022-08-03 21:59:31下载
- 积分:1
-
OpenGL三维场景绘制
本文原版由以上不知名牛人完成,最后由我这不知名非牛人补充。。。。。已经很详细了,只是关键帧块信息还是不全。。。留带他人补充并附带由本人写的3ds文件读取源码(抛砖之作)。。。还有许多“块”我并没有写入本文档中,这是因为我并不知道他们有什么用,如果你知道的话请来信告诉我。当我获得更多关于3ds文件结构的信息的时候,我将重写这篇文档。这篇文档描述了由AutoDesk公司的3ds max产生的3ds文件的结构,因此你将无法从AutoDesk公司以及其他任何与AutoDesk公司有关系的公司获得有关二进制的.3ds和.mli文件的性质和内容的任何支持。警告:本文档描述了版本号为3.0或更高版本的.3ds文件,你可以获得.3ds的版本信息,这些信息在二进制的.3ds文件中第29字节处(译者:似乎不在,版本号在块ID为:0x0002的块里)。现在就要开始我们的内容了,我将按照如下的方式组织内容:1.介绍。2.3D编辑块3.关键帧块
- 2022-03-21 18:38:14下载
- 积分:1
-
一个用opengl编写的彩虹效果,其中用到了粒子系统
一个用opengl编写的彩虹效果,其中用到了粒子系统-opengl prepared with a rainbow effect, which uses a particle system
- 2022-07-05 09:40:46下载
- 积分:1
-
OpenGL:对象列表绘制雪花
opengl 画的 一朵雪花 用了object list-opengl:draw a snowflake with object list
- 2022-01-26 05:29:28下载
- 积分:1
-
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能...
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能-in providing vc use opengl generic configuration and initialization function, avoid using opengl programming must be prepared to repeat the role in the allocation
- 2023-07-29 04:25:03下载
- 积分:1