搜索资源列表
VRML_Src
- VRML浏览器VC源程序,调用了Opengl,可作为学习vrml文件读取、显示和Opengl的参考资料
textureex2
- openGL山地程序光照系列,程序代码,以及在vc环境下调试通过的代码完整奉送! 其中的理论和代码请下栽后结合实际工作完善!
delaunay
- VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考
satellite
- VC++下实现OpenGL的三维星空多轨道卫星绕地球源代码.这个程序在C++中调用OpenGL,蓝色的球体代表地球,粉红色的球体代表地球的地球的静止轨道卫星,该卫星在地球赤道上方和地球一起做同步运动。黄色球体代表其他轨道卫星,它们的轨道各不相同。-Achieved under VC++ 3D OpenGL-Star multi-orbit satellites around the earth the source code. This procedure is called in C++ in
FaceCons
- VC和OPENGL编写的人脸骨骼建模,很基本也很容易懂-VC and OPENGL prepared Face bone modeling, very basic and easily understood
Texture
- 选择自己图片进行纹理贴图的vc与opengl程序-To choose their own picture of the texture mapping process vc with opengl
BatchProcess-New
- VC++和OPenGL联合编写的程序 内容比较丰富-VC++ and the procedures to prepare joint OPenGL rich content
VCPPImageProcessing
- 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and write operations, JPG and GIF
diewuying
- 实现在一个屏幕上蝴蝶自由飞行的场景,很有参考价值,初学VC者必备。-Achieve a free-flying butterflies on the screen, the scene of great reference value, beginner VC were necessary.
chenzhenBMPa
- 图像处理已经成为计算机图形学的一个重要方面,VC++是最适合用来做图像处理工具了,因为使用C语言能很方便的封装各种复杂的图像处理算法,并以类的形式表达出来,充分利用面向对象技术;而且,在VC中还可以很方便地使用Windows GUI 的API,并利用内建OpenGL SDK 以及 DirectX SDK 来充分支持动画设计,当然也可以使用第三方的图形处理库来简化编程-Image processing has become an important aspect of computer graph
edge
- 有关Canny算子边缘提取的程序,在vc++中运行,openGL显示图像-The Canny operator edge extraction procedure, in VC++, openGL display image
openglfengewindows
- 实现了基于VC++的视图分割窗口的OPENGL模型读取框架.对初学者有一定的帮助。-The OPENGL view of the split window model reads framework will certainly help.
alise-RGB
- 使用opengl VC环境下的直线RGB色彩模式抗锯齿-修改于红宝书-Use linear RGB color mode antialiasing opengl VC environment- modify in the Little Red Book
opengl-example
- opengl的一个实例程序,用于检测opengl在vc中的配置环境是否正确。-opengl instance of a program, used to detect environmental opengl in vc configuration is correct.
OpenGLBase
- 使用OpenGL实现绘制三维图形,VC++经典编程学习源码,很好的参考资料。-The use of OpenGL 3D graphics rendering, VC++ classic learning programming source code, a good reference.
exam8-6
- OpenGl VC环境下绘制三围立体图形.程序原代码.-OpenGl VC environment measurements a three-dimensional graphics rendering. Procedures for the original code.
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi