texture.h
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* texture.h - by David Blythe, SGI */
  2. /* Simple SGI .rgb image file loader routine. */
  3. unsigned *
  4. read_texture(char *name, int *width, int *height, int *components);
  5. extern void imgLoad(char *filenameIn, 
  6.   int borderIn, GLfloat borderColorIn[4],
  7.   int *wOut, int *hOut, GLubyte ** imgOut);