搜索资源列表
minimalScreenSaver
- This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a fi
3DVideoPlay
- 本程序是基于DirectShow视频捕获的OpenGL视频纹理演示程序,可以在三维表面和物体上动态显示视频纹理和播放声音。其中视频纹理获取的dll是我修改自网上强人的作品的,其源码在另一文件中发布。-this program is based on DirectShow video capture OpenGL video texture demo program, the three-dimensional objects on the surface and dynamic display
neVideoTexture
- 本程序是使用DirectShow实现的视频纹理获取的dll,可以将视频文件转换为OpenGL纹理数据,实现动态视频纹理效果,还带声音。由本人修改自网上一强人的源码,扩展了功能。外壳程序请参考本人发的程序。-this procedure is the use of DirectShow video access the dll texture, video files can be converted to OpenGL texture, texture dynamic video effects
videoplayer.rar
- 西北工业大学校友潘理亮写的一个关于OpenGL视频纹理的例子。,Northwestern University alumni Pan Li-liang was one of the OpenGL video texture example.
VB_OpenGL
- 我自己写的,里面都有我的文字相信说明。介绍了vb调用OpenGL的基本框架,内有两个模块,包含像素结构,纹理的加载,模型列表,二次对象调用,简单的摄像机,模型的简单变换(旋转)等-I wrote it myself, which has I believe that the provision of the text. Vb call OpenGL introduced the basic framework, there are two modules, including the pixel
VideoTexture_src
- This short program shows how a live video stream from a web cam (or from a video file) can be rendered in OpenGL as a texture. The live video stream is captured using the Open Source Computer Vision library (OpenCV). The program also shows how an Ope
VideoTexture
- VC++和OpenGL开发的视频纹理程序,完美抽取视频文件帧,并通过opengl渲染出来。-Developed video texture VC++ and OpenGL program, perfect extraction frame of video files, and opengl rendering.