搜索资源列表
solarinfo
- code for globe in opengl using texture
WRAP
- 在VC++中,利用OPenGL 库的函数,如何设置纹理,-How to set up texture in OpenGL。
texture
- OPenGL开发的纹理贴图,定点选择,纹理绘制。-OPenGL development of texture mapping, point selection, texture mapping.
02
- 纹理的最终映射利用glTexCoord2f()或gluQuadricTexture()函数。纹理图像的指定有两种方式:一种是利用显式的glTexImage2D();二是利用隐式方式,使用auxDIBImageLoad()、glGenTextures()、glBindTexture()与gluBuild2DMipmaps()函数。房子的位置与尺寸可以直接利用OpenGL入门程序。隐式方式纹理映射的代码可以参考“基于GLUT的OpenGL入门”。-The final texture mapping
Texture
- OpenGL 贴图纹理 经典实例代码 适合新手(OpenGL Textured texture)