-
NURBS 非均匀有理B样条 实现飘动的头发
NURBS 非均匀有理B样条 实现飘动的头发-NURBS Non-Uniform Rational B-Spline achieve floating in the hair
- 2022-03-22 20:56:36下载
- 积分:1
-
德国Signsoft公司的用于Opengl编程的控件事列2,可直接调用.3ds文件创建虚拟仿真环境。...
德国Signsoft公司的用于Opengl编程的控件事列2,可直接调用.3ds文件创建虚拟仿真环境。
-Signsoft Opengl programming for the control out two things can be called directly .3 ds document creation of virtual simulation environment.
- 2022-03-20 02:21:11下载
- 积分:1
-
用VC开发的书籍,内容丰富全面,特别…
这本是关于vc与opengl开发的书籍,内容丰富全面,特别适合初学者-vc with opengl on the development of books, rich in content comprehensive, especially for beginners
- 2022-01-25 19:27:08下载
- 积分:1
-
opengl Red Book
opengl红皮书-opengl Red Book
- 2022-08-11 23:28:37下载
- 积分:1
-
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。-source code about Three-Dimension Collision using OpenGL and VC6
- 2023-03-30 21:45:03下载
- 积分:1
-
surf3d presentation, light, frame, filling, aerosol, projectors to choose, use o...
surf3d演示,光照,线框、填充,雾化,投影选择,使用openGL, 需要glut32.dll.-surf3d presentation, light, frame, filling, aerosol, projectors to choose, use openGL, need glut32.dll.
- 2022-04-20 03:35:37下载
- 积分:1
-
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-My learning process of NEHE S OpenGL tutorial, help you learn the basic working process of OpenGL
- 2022-03-04 11:10:39下载
- 积分:1
-
OpenGL中构造雾效果的源程序
OpenGL中构造雾效果的源程序-OpenGL tectonic fog effect of the source
- 2022-07-02 19:12:13下载
- 积分: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画RGB颜色的图
用OpenGL画RGB颜色的图-painting with OpenGL RGB color map
- 2022-07-13 19:41:42下载
- 积分:1