-
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
-
nehe的碰撞检测的源码,写的非常好
nehe的碰撞检测的源码,写的非常好-Collision Detection source code, written in a very good
- 2022-05-23 13:12:18下载
- 积分:1
-
由饮水机产生的OpenGL,而且效果很逼真!OpenGL…
opengl制作的喷泉和水的效果,非常逼真!是很好的opengl学习素材。-opengl produced by the water fountains, and the effect is very realistic! Opengl is a good learning materials.
- 2022-08-08 22:04:17下载
- 积分:1
-
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)-Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16)
- 2022-09-16 06:20:03下载
- 积分:1
-
OpenGL格网显示
在本源码中, 实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色,缩放以及图像的动态旋转
- 2022-05-17 10:13:36下载
- 积分:1
-
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!-VC write OPEN GL 3D a transparent box, based on the SDK, for beginners to learn, we can try to download!
- 2022-04-25 11:18:35下载
- 积分:1
-
nehe的源代码,调试通过,能运行
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2023-03-24 13:50:03下载
- 积分:1
-
一个实现 鼠标移动模型,旋转模型的例子 对 Opengl初学者来说 有很好的 bangzhu...
一个实现 鼠标移动模型,旋转模型的例子 对 Opengl初学者来说 有很好的 bangzhu-Realize a mouse model, rotate the model example of opengl has a very good beginners bangzhu
- 2022-02-14 18:37:21下载
- 积分: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
-
first install the JRE, install java3d Pack (Java 3D package of documents called...
首先安装JRE,再安装java3d包(Java 3D包的文件名为java3d-1_3_1-windows-i586-opengl-sdk.exe,可以到百度,GOOGLE和北大天网上去搜索这个文件,就会有下载的)。默认情况下java3d包会安装在你的$JBuilder9jdk1.4目录下。会在$JBuilder9jdk1.4jrelibext下添加几个jar文件,会在$JBuilder9jdk1.4demo目录下添加一个java3d目录,里面是例子。如果安装没有问题,打开目录 $JBuilder9jdk1.4demojava3dHelloUniverse下的网页HelloUniverse.html应该可以正常显示。-first install the JRE, install java3d Pack (Java 3D package of documents called java3d- 1_3_1-windows-i586- opengl- sdk.exe can go to Baidu, Google and Beijing University days of the Internet to search the file, then you will have to download). Default under java3d package will be installed in your $ JBuilder9 jdk1.4 directory. The $ JBuilder9 jdk1.4 jre lib ext Add several jar document, the $ JBuilder9 jdk1.4 demo directory add a java3d directory, there"s example. If you have no problem, open directory $ JBuilder9 jdk1.4 demo java3d HelloUniverse HelloUniverse.html the website should be able to display normal.
- 2023-08-26 17:10:03下载
- 积分:1