-
3D game design source code, need to be under, thank yo
3D游戏设计的源代码,需要可以下,谢谢哟-3D game design source code, need to be under, thank yo
- 2023-02-25 06:25:04下载
- 积分:1
-
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果-cylinder in a two-dimensional cotton used to simulate bark film surface roughness effects
- 2022-07-07 18:13:07下载
- 积分:1
-
机器人臂的手指
机器人臂的手指
此过程编写使用 OpenGL 基于对话框的 MFC 程序,更改程序绘制六自由度工业机器人
程序,包括如何配置 OpenGL 显示基于对话框中,环境和六度自由度机器人手臂拉长。
已修改的程序开发环境为微软的 VS2008,VS2008 OpenGL 环境中运行程序之前, 的配置具体怎么配置了,请您自己的查询
- 2022-03-10 16:44:37下载
- 积分:1
-
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换-Depth the use of graphics, a Bezier curve between the conversion and BSpline
- 2023-08-12 14:35:03下载
- 积分:1
-
EVC4.0环境下WinCE Opengles英文教程(带源代码)
该教程html格式。介绍了基于EVC4.0,wince下OpenGL ES的使用。里面例子很多,全部源码。但是英文教程,练习程序用的。
- 2022-08-14 02:02:02下载
- 积分:1
-
图像处理程序OpenGL编程Chap07_Worms.rar
图像处理程序OpenGL编程Chap07_Worms.rar-Image processing procedures for OpenGL programming Chap07_Worms.rar
- 2022-01-31 21:10:54下载
- 积分:1
-
遗传算法
Genetic algorithm
Beecolony
PSO
- 2022-03-30 11:49:34下载
- 积分:1
-
Little Red Book OpenGL (third edition) example code: Select code
OpenGL红宝书(第三版)例子代码:选择代码-Little Red Book OpenGL (third edition) example code: Select code
- 2022-05-12 11:29:24下载
- 积分: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写的简单的灯光移动时产生的不同颜色的物体,只适合于初级者-Written in a simple to use opengl lighting mobile when objects of different colors are only suitable for those in primary
- 2022-12-12 09:00:03下载
- 积分:1