-
使用opengl绘制3d图形,还要说点废话,晕
使用opengl绘制3d图形,还要说点废话,晕-opengl 3d
- 2022-05-27 07:00:48下载
- 积分:1
-
本程序是完成图形学中关于光照模型的示例,通过本人编译通过,可以运行!...
本程序是完成图形学中关于光照模型的示例,通过本人编译通过,可以运行!-the procedure is completed graphics on the sample illumination model, I compile, run!
- 2022-01-26 02:12:37下载
- 积分:1
-
你好,就像是OpenGL库
hola como estan libreria opengl
- 2023-05-26 23:20:03下载
- 积分:1
-
用VC++写的OPEN GL 一个飘动的图片,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个飘动的图片,基于SDK,适合初学者学习,大家可以下载试试!-VC OPEN GL write a floating photographs, based on the SDK, for beginners to learn, we can try to download!
- 2022-03-03 14:54:26下载
- 积分:1
-
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系...
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
- 2022-09-17 17:20:03下载
- 积分:1
-
openglteapot
应用背景1。试验目的通过设计一个简单的机器人动画程序,了解OpenGL变换,几何变换观测方法和矩阵栈的集合。2。试验内容(1)该程序blcu_robot.exe特征的观察与分析,使用变换和几何变换的观测分析。(2)学习文件夹opengl_robot–指程序中的程序。(3)例如7个扩展程序,该程序具有此功能。(4)编写程序文件。3。程序文件实验程序:(1)建立人体模型,包括:躯干、手臂、手、腿、脚。(2)添加blcu_robot.exe功能。通过按住鼠标左键并拖动来移动机器人;通过按住鼠标右键,拖动xoy平面内移动相机实现按住鼠标中间键改变机器人增加了关键的反应控制权的手臂旋转增加了按键的反应,右手臂控制前臂旋转增加了按键的“女”响应控制左脚转身。H.添加键的响应来模拟步行的四肢的平行影响(左手臂和右腿的同步,右手臂和左腿)。关键技术C++,OpenGL动画。动画可以用来理解的旋转的茶壶的工作
- 2023-03-27 22:25:04下载
- 积分:1
-
读取stl文件
用于读取三维数据文件,显示,和分析,学习和使用3d打印文件的人很有帮助,不可多得
- 2022-07-02 11:34:43下载
- 积分:1
-
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.-opengl development of the screen interface code has three models, switching colors.
- 2022-06-21 21:08:46下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
用OPENGL+VC开发的料子系统程序.
用OPENGL+VC开发的料子系统程序.-use OpenGL development of the VC system procedures or materials.
- 2023-01-11 13:50:03下载
- 积分:1