搜索资源列表
OPENGL(7).rar
- OPENGL通过材料对R、G、B的近似反光率来近似定义材料颜色。 也分为环境、漫反射、镜面反射成分。他们决定材料对环境光、漫反射光和 镜面反射光的反射程度。将材料的特性与光源特性结合就是观察的最终显示 效果。例如红色塑料球,大部分是红色,在光源形成的高光处,则出现光源 的特性颜色。
AOpenGL
- This program draws a reddish pyramid with a fountain in the middle which contains wavy water, and sprays out blue particles (well it was SUPPOSED to look like water, lol). There is also a red globe in the center of all of this floating in midair for
BasicTriangle
- 该程序是基本三角形面的绘制,程序BasicTriangle.exe用来说明Direct3D图形渲染的基本方法,运行后,按下\"R\"键,将绘制一个三角形面.该三角形面内部的像素颜色根据顶点颜色进行漫反射,因此是一个颜色渐变的三角形面.-the program is a basic triangular surface mapping, procedures used to describe BasicTriangle.exe Direct3D graphics rendering the bas
MS_Opengl
- OpenGL(R) 1.1 Release for Windows(R) 95 --------------------------------------- 1. OpenGL Functionality Notes 2. Redistributable components for Windows 95 -OpenGL (R) Release 1.1 for Windows (R) 95 -- -------------------------------------
libopenvidia-0.8.3
- The Openvidia project implements computer vision algorithms on computer graphics hardware, in OpenGL and Cg. The project provides useful example programs which run computer vision algorithms on single or parallel gfx processing units(GPU). -The proje
anytex_demo_src
- anytex_demo_src.zip anyTex - a class for non-restrictive textures in OpenGL anyTex is a class allowing you to load a bitmap of a given color depth from a file and think of it as texture with no restrictions (of course, limited by the computer res
bugle-0.0.20070528.tar
- BuGLe combines a graphical OpenGL debugger with a selection of filters on the OpenGL command stream. The debugger allows viewing of state, textures, framebuffers and shaders, while the filters allow for logging, error checking, video capture and more
Image_Processing_algorithm_SRM
- osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
spheresubdivision
- Approximating the sphere by a subdivision mesh. Start from the icosahedron base mesh and iteratively refine the subdivision. Require OpenGL(R). snapshot level 2 PNG, snapshot level 4PNG. -Approximating the sphere by a subdivision mesh. Start from the
latlong2spherical
- Environment map conversion procedure using generic pixel-to-ray and ray-to-pixel primitives. You need this equirectangular environment map image: latlong.ppm. The output is a spherical mirror ball image spherical.ppm that you can also use in the form
seedfilling
- 在800×600屏幕上画一个R=2000(象素)的图,实现种子填充算法
BcbPlayCap
- 视频监控软件,基于opengl得开源代码。希望对大家有用。-this is controll and monitor soft
vc_platform_OpenGL_program_displays_the_3d_model.r
- vc平台下OpenGL程序显示3d模型vc platform OpenGL program displays the 3d model-vc platform OpenGL program show 3d model vc platform OpenGL program displays the 3d model
opengl-r-superbible-comprehensive-tutorial-and-ref
- 有关opengl资料,对于初学者很有帮助-Opengl-related information useful for beginners
rigid_motion
- 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
Teapot
- 功程序中已预设了多种颜色,通过单击键盘C键可以不断地改变茶壶的颜色;通过键盘的方向键可以调整光源的位置,左移光源,右移光源,上移光源,下移光源,从而改变茶壶的光影显示效果;单击键盘R键可使茶壶自动旋转,再次单击则停止旋转;在茶壶旋转过程中,可通 过X键,Y键,Z键来改变茶壶的旋转轴;按着鼠标左键不放,移动鼠标可以像Google Earth似的手动的地旋转茶壶;按着鼠标右键不放,向上移动鼠标可以使茶壶缩小,向下可以是茶壶变大;但茶壶不会变得过大或过小。-Power program has been
robot
- 用Visualc++ +opengl 实现一个简单的机器人,能够行走的机器人。-With Visualc+++ opengl to achieve a simple robot that can walk robots.
gorobot
- 小型的机器人行走代码,希望对大家有帮助,大家可以参考一下-A small walking robot code, want to help us, we can reference
freefall_demonstration
- This is a complete visual studio project with exe file. It focuses on OpenGl. It simulates freefall of an egg and a ball bouncing inside a cube. To switch press "a, s, d" in program also use "r" to restart egg fall.