-
vc++ programming with opengl simulation
vc++结合opengl编程模拟――动态的银河系-vc++ programming with opengl simulation- dynamic, Milky Way
- 2022-02-05 10:18:24下载
- 积分:1
-
一个用glut写的赛车演示程序,有相应车道,出自taxiwars
一个用glut写的赛车演示程序,有相应车道,出自taxiwars-Written in a used car glut Demo
- 2023-02-11 13:05: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正方形平移
一个简单点的正方形 ,按键盘“w”"s""d""w"移动它的上下左右 用Opengl写的正方形 也会用到swich语句,可以自由更改颜色
- 2022-01-25 19:08:23下载
- 积分:1
-
- 2022-01-25 21:51:32下载
- 积分:1
-
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形,鼠标右键选择绘制折线或矩形,选定后用鼠标左键进行绘制
- 2022-01-26 06:01:22下载
- 积分:1
-
OpenGl实现的一个函数图像的显示软件,带有源代码.
OpenGl实现的一个函数图像的显示软件,带有源代码.-OpenGl achieve a function of the image display software, with source code.
- 2022-08-23 14:10:48下载
- 积分:1
-
迷你星球产生器(OpenGL源码)
迷你星球产生器(OpenGL源码) - 简单的小工具,把输入的cubemap图片转换为“微型星球”图片。保存为高分辨率(4096)的图片到桌面。注意:需要OpenGL GLSL支持。-Planet Mini Generator (OpenGL source)- a simple gadget, the input picture is converted to cubemap
- 2022-07-14 10:37:24下载
- 积分:1
-
一个简单基于prti13和OpenGL的抬桌子协作源码,包括一个服务器和两个客户端,两个客户端分别控制抬桌子的两个角...
一个简单基于prti13和OpenGL的抬桌子协作源码,包括一个服务器和两个客户端,两个客户端分别控制抬桌子的两个角-prti13 and OpenGL table in the wake collaboration source, include a server and two clients, two clients respectively carried two corner table
- 2023-07-07 22:55:03下载
- 积分:1
-
通过VC和OpenGL实现三维人脸,在VC 6编译
通过VC++和OPenGL实现人脸的三维显示,在
vc++6.0下编译通过
-through VC and achieve OpenGL 3D Face, in vc 6.0 compile
- 2023-08-01 17:20:07下载
- 积分:1