/[glmosaictext]/glmosaictext/src/Text.cxx
ViewVC logotype

Diff of /glmosaictext/src/Text.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Sun Mar 16 07:29:56 2003 UTC revision 1.2 by jvk, Tue Apr 22 12:26:42 2003 UTC
# Line 105  namespace GLMosaicText { Line 105  namespace GLMosaicText {
105      }      }
106    
107      void normalBindTexture_01(const Mosaic::Id &t) {      void normalBindTexture_01(const Mosaic::Id &t) {
108          glActiveTextureARB(GL_TEXTURE1);          glActiveTextureARB(GL_TEXTURE1_ARB);
109          t.bind();          t.bind();
110          glActiveTextureARB(GL_TEXTURE0);          glActiveTextureARB(GL_TEXTURE0_ARB);
111          t.bind();          t.bind();
112      }      }
113    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26