-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-08-11 14:29:53下载
- 积分:1
-
学术论文;基于OpenGL实现虚拟校园漫游系统
学术论文;基于OpenGL实现虚拟校园漫游系统-Theses OpenGL-based virtual campus roaming system
- 2022-07-11 11:26:40下载
- 积分:1
-
opengl procedures used to achieve vc
opengl 程序用vc实现-opengl procedures used to achieve vc
- 2022-12-23 10:30:04下载
- 积分:1
-
OpenGL编程模拟,三维角色动画提供一定的参考…
opengl中摄像机的模拟编程,可以为3d角色动画提供一定的参考素材。-opengl simulation programming, for 3d character animation provide some reference material.
- 2022-06-13 10:25:23下载
- 积分:1
-
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法-OPENGL in VC++ In the establishment of basic images, the establishment of triangular and quadrilateral method
- 2023-01-15 16:35:03下载
- 积分:1
-
经典碰撞检测程序
Jeff lander 经典质点弹簧系统,可以采用欧拉积分法、中点法和四阶龙格库塔法进行运动方程求解,包含完整的碰撞检测程序,采用包围球的方法,可以进行进一步的开发
- 2022-08-06 00:24:01下载
- 积分:1
-
使用opengl和c++实现的inverse kinematics程序
使用opengl和c++实现的inverse kinematics程序
- 2022-02-03 13:38:36下载
- 积分:1
-
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料...
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料-This procedure is based on vc++ development tools and third-party developers to use opengl animation library development given the configuration of development environment to develop the general framework of the project process is useful for beginners information
- 2022-01-25 22:33:17下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1
-
图像去噪处理
图形的读入,输出,将彩色图像转换为灰度图像,为图像添加掩膜以达到去噪处理,有详细的注释。包含幂次变换和二位滤波的图像处理
- 2023-07-27 20:25:04下载
- 积分:1