smap_texdim.c
Upload User: xk288cn
Upload Date: 2007-05-28
Package Size: 4876k
Code Size: 0k
Category:

GIS program

Development Platform:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1998.  */
  2. /* This program is freely distributable without licensing fees
  3.    and is provided without guarantee or warrantee expressed or
  4.    implied. This program is -not- in the public domain. */
  5. #include "glsmapint.h"
  6. void
  7. smapSetSphereMapTexDim(SphereMap *smap, GLsizei texdim)
  8. {
  9. smap->smapTexDim = texdim;
  10. }
  11. void
  12. smapSetViewTexDim(SphereMap *smap, GLsizei texdim)
  13. {
  14. smap->viewTexDim = texdim;
  15. }