-
opengl 魔方
一个入门的opengl程序“3D魔方”, 用VS2005直接编译即可运行。
- 2022-02-04 20:12:22下载
- 积分:1
-
虚拟现实中,3D图形的显示,并且拥有光照效果
虚拟现实中,3D图形的显示,并且拥有光照效果-Virtual reality, 3D graphics display, and has lighting effects
- 2023-05-09 23:45:03下载
- 积分:1
-
雪模拟程序使用opengle详细评论。
下雪模拟程序,采用opengle,有详细的注释。-snow simulation program used opengle a detailed comments.
- 2022-04-27 21:41:28下载
- 积分:1
-
计算机图形学 机器人 要求 会动 运动
计算机图形学 机器人 要求 会动 运动-computer graphics requirements would move robot movement
- 2022-03-06 04:28:29下载
- 积分:1
-
使用摄像机,进行视频采集的源代码,可以运行。
使用摄像机,进行视频采集的源代码,可以运行。-The use of cameras, video capture source code, you can run.
- 2022-05-26 20:32:50下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
nehe的源代码,调试通过,能运行
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2022-04-14 16:50:14下载
- 积分:1
-
一个基于VC++的OpenGL示例程序,主要是Boids的演示
一个基于VC++的OpenGL示例程序,主要是Boids的演示-a VC-based OpenGL sample program, the demonstration is Boids
- 2022-10-22 17:10:03下载
- 积分:1
-
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦-with OpenGL prepared by the lifelike hair simulation program, very lifelike oh
- 2022-08-07 05:17:57下载
- 积分: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