搜索资源列表
RendertoaTexture
- opengl绘制纹理的框架程序,包括了初始化和一些过程的使用方法。-texture mapping opengl framework of procedures, including the initialization and the use of some of the process.
Texture
- 选择自己图片进行纹理贴图的vc与opengl程序-To choose their own picture of the texture mapping process vc with opengl
water
- 水波纹理的实现,是通过本人理解理上的翻译过来,有些参考作用,说明了水波在opengl的产生的浅水效果-Wave texture achieved by the translation on the grounds I came to understand that some reference, describes the generation of waves in shallow water in opengl effect
254764626
- OPENGL应用中纹理贴图的方法易语言写的,图形图像编程,很好的参考。-Methods in application of OPENGL texture mapping written in easy language, graphics programming, a good reference.
An-interactive-computer-graphics
- 本书向读者讲授如何用OpenGL从初级阶段快速制作优质的交互式计算机图形实例,OpenGL是业界广泛采用的三维图形API,本书藉此向读者提供了在计算机图形学领域更广阔空间内发展的坚实基础。书中内容覆盖了计算机图形学基础课程所需的所有论题,如光景交互作用、图形明暗处理、图形建模、曲线与曲面、偏差预防、纹理映射和图形组合,还探讨了计算机硬件方面的问题。本版为配合计算机图形学领域最新进展,增加了更具广度和深度的内容,包括图像处理、多重透视、并行透视等,并运用选择模式、仿真模拟、面向对象图形学与实景图像
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi