-
Visual C 6 achieve OpenGL programming, a detailed description, as long as could...
用Visual C++ 6实现OpenGL编程,有详细的说明,只要学过就能看懂。-Visual C 6 achieve OpenGL programming, a detailed description, as long as could be read to learn.
- 2022-03-23 04:13:44下载
- 积分:1
-
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用-Visual C openGL prepared by the small programs, simulated robot, the use of light to join
- 2022-05-26 16:25:33下载
- 积分:1
-
网格OPENGL的实例
应用背景大家好!在世界上,我们总是做一些关于三维世界,特别是在图形处理。所以拥有一个方便的3D处理工具箱可以帮助你做什么,你若是有C++语言, ;你可以设置代码在墨西哥和做你想做的,你能得到你想要的。这是工具箱,可以让你做一些处理的三维表面。请快一点,马上下来。这是很容易和方便做的三维处理和;关键技术大家好!这是一个三维处理工具箱。它包括网格处理,点处理,和,你可以很容易地处理的三维表面,并做你想做的。那么如何做网格处理,特别是网格移动网的扩大,网格变形?以及如何做点翻译和如何做网格旋转?工具箱可以告诉你怎么做他们的方式和;
- 2022-08-26 00:47:45下载
- 积分:1
-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1
-
水流动画引擎
需要directx水流动画引擎水流,动画,引擎,SPH
- 2022-02-28 21:05:26下载
- 积分:1
-
光线追踪程序
光线追踪程序,对初学者来说有一定的借鉴意义,有OpenGL库的可以直接运行,没有的话需要自己配置相关
环境,但是release里编译好的exe可以直接查看效果。
- 2022-06-16 07:12:15下载
- 积分:1
-
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪-an OpenGL-based animation do fish, the clicking of the mouse can create a ripple
- 2022-02-13 01:14:12下载
- 积分:1
-
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换-Depth the use of graphics, a Bezier curve between the conversion and BSpline
- 2023-08-12 14:35:03下载
- 积分: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简单例子
opengl简单例子-opengl simple example
- 2022-01-25 14:40:11下载
- 积分:1