-
使用粒子系统模拟彩虹的程序。
使用粒子系统模拟彩虹的程序。-The use of particle system simulation Rainbow procedures.
- 2022-03-11 01:31:22下载
- 积分:1
-
中点画圆及中点画线的OpenGL算法
本代码可运行在VC++上,OpenGL中点画线可以实现对斜率k 6种可能性的处理,并提供了与传统画线法的效率比较,代码很容易看懂相应的OpengL的Include,dll和lib配置请看配置说明
- 2022-05-21 01:20:04下载
- 积分:1
-
机器人的键盘及旋转控制
机器人的键盘及旋转控制-Keyboard and rotating robot control
- 2022-01-24 14:17:36下载
- 积分:1
-
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。...
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。-use and development based vc6 pbuffer extended from screen rendering procedures for the realization of MRT rendering.
- 2022-01-31 15:36:17下载
- 积分:1
-
opengl es 1.1 地球旋转代码,
opengl es 1.1 地球旋转代码,-opengl es 1.1 Earth rotation code,
- 2023-02-01 01:10:03下载
- 积分:1
-
OpenGL_Robot——参考程序
1. 实验目的过设计一个简单的机器人动画程序,深入理解openGL中的的观察变换、几何变换的设置方法和矩阵堆栈的使用。2. 实验内容(1) 观察并分析程序BLCU_Robot.exe的功能,分析其中要用到的观察变换和几何变换。(2) 学习文件夹 OpenGL_Robot——参考程序中的程序。(3) 将例子7扩展为具有该功能的程序。(4) 编写程序设计文档。3. 程序设计文档实验步骤:(1)建立人体的建议模型,包含:躯干、胳膊、手、腿、脚。(2)添加BLCU_Robot.exe中的功能。a. 实现通过按住鼠标左键并拖动来移动机器人b. 实现通过按住鼠标右键并拖动在XOY平面上移动相机c.实现按住鼠标中间按钮来改变机器人大小d.添加对按键‘s’的响应,来控制右胳膊转动e.添加对按键‘e’的响应,来控制右胳膊前臂转动f.添加对按键‘f’的响应,来控制左脚转动。h.添加对按键‘w’的响应,来模拟行走时手脚的并行效果(即左臂和右腿的同步,右臂和左腿的同步)。4. 存在问题 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-27 08:39:45下载
- 积分: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开发库
opengl开发库-opengl development storehouse
- 2022-03-20 17:01:51下载
- 积分:1
-
虚拟现实中,3D图形的显示,并且拥有光照效果
虚拟现实中,3D图形的显示,并且拥有光照效果-Virtual reality, 3D graphics display, and has lighting effects
- 2023-05-09 23:45:03下载
- 积分:1
-
The use of C language constructs a OpenGL program can display the source code, t...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于多文档的源码。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Multi-source documents.
- 2022-08-15 09:08:59下载
- 积分:1