搜索资源列表
-
0下载:
Play3D is a program to play 3D video files using full-screen quad-buffer
OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any
format that is supported through DirectShow with an appropriate codec.
This includes AVI as well as
-
-
0下载:
This sample illustrates how to generate and modify vrGeometry objects on the fly. In the sample the new geometry is used to render a custom particle system modeled after a fireworks display. Note that the particle positions and sizes are updated ever
-
-
0下载:
幕上光标选择到对象的深度值和其他显示对象的深度值。
键盘、鼠标、数字化仪等交互设备均为二维的,不能适应三维交互工作的需要。
-Cursor to select an object on the screen to the depth values and depth values of other display objects. Keyboard, mouse, digitizer devices such interactions are two-dimensional, three
-
-
0下载:
用WinAPI方式,使用OpenGL,在屏幕上显示了一个分子的空间结构,可以任意角度的旋转-Display a molecula on the screen with OpenGL,and you can rotate it with the keyboard
-
-
0下载:
用visual c++6.0在屏幕上画圆,对圆的半径和坐标从键盘任意输入,然后再计算圆面积和在屏幕上画出相应的圆-With visual c++6.0 circle on the screen, on the radius and the coordinates of any input from the keyboard, and then calculate area of a circle and draw in the corresponding circle on the screen
-
-
5下载:
OpenGL真实感模型绘制与应用
实现功能:
*利用交互式方法,操纵浏览模型细节,能方便观察模型。
*能够用不同的方式(如上截图)渲染模型,增加光照控制、坐标系的显示等等。
*利用luweiqi模型,设计了一个简单的真实感三维动画。
动画介绍:
打开程序运行后,luweiqi 出现在屏幕中,并且自动播放背景音乐《天下无双》
按数字‘7’键开始播放动画,模型向后渐行渐远,然后开始旋转,不久变成画线模式,
隐没于黑暗中后变成点模
-
-
1下载:
本次实验主要是学习下opengl中光照的使用方法,opengl中的光照分为环境光,漫射光,镜面光,反射光4种,这里主要是学习环境光和漫射光的设置,同时对比下opengl中支持的几种纹理滤波方式的效果,另外也可以加入色彩融合效果。这次实验是将一个木箱纹理贴到一个立方体上,然后我们在空间屏幕正外方设置了一个光源,可以用键盘的L键来控制该光源的开启和关闭;用F键来旋转程序中用到的3种滤波方式,按下F键后,依次切换该3种方式;用PageUp键来使物体离观察者越来越远,相反,用PageDown来使物体离我
-
-
0下载:
应用于8051单片机
1、一个显示程序,利用所提供液晶显示器滚动显示123456这六个数字,并以每字符500毫秒的速度向右移动循环。
2、实现秒表计时功能。用键盘产生中断控制秒表的开始和停止。
3、实现日历功能,并将日历显示在液晶屏上。-8051 applies to 1, a display program, using the supplied LCD display to scroll through 123456 six figures, and the speed of 5
-
-
0下载:
< 模拟电子时钟的程序> 算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。(显示时间格式:小时:分钟:秒)-" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (when there is
-
-
0下载:
基于opencv与VS编程环境实现了虚拟的屏幕键盘(与WINDOWS自带的虚拟键盘类似),内附带安装程序以及源码文件。-opencv and VC programming environment to achieve a virtual keyboard on the screen (similar to the WINDOWS own virtual keyboard), within the supplied installation program and source code file
-
-
0下载:
1、利用OpenGL函数画一个三维物体;
2、利用鼠标或键盘控制三维物体在屏幕上移动、旋转和放缩
(1)移动:不能直接调用OpenGL几何变换函数,运用齐次坐标,采用矩阵相乘的方式自己编程实现;
(2)旋转、放缩可以调用OpenGL函数(1. Draw a three-dimensional object by using the OpenGL function;
2. Use the mouse or keyboard to control the movement, rotation
-
-
0下载:
1、用鼠标拖动画直线,线段终点始终跟随鼠标移动;
2、使用菜单界面修改直线的颜色;
3、利用键盘控制直线在屏幕上移动;(1, using the mouse to drag the straight line, the end of the line is always followed by the mouse movement;
2, use the menu interface to modify the color of the straight line.
3, use th
-