Files
OpenSceneGraph/src/osg
Robert Osfield 72b3ce7ac6 From Tugkan Calapoglu, "we started to have problems with textures after a recent svn update. I
was able to follow the problem until following addition to Texture.cpp:

// GLES doesn't cope with internal formats of 1,2,3 and 4 so map them to
the appropriate equivilants.

if (_internalFormat==1) _internalFormat = GL_ALPHA;
if (_internalFormat==2) _internalFormat = GL_LUMINANCE_ALPHA;
if (_internalFormat==3) _internalFormat = GL_RGB;
if (_internalFormat==4) _internalFormat = GL_RGBA;


The problem is that internal format "1" corresponds to GL_LUMINANCE, not
GL_ALPHA. I double checked this from the Red Book. Fixed version is
attached to the email."
2009-11-19 12:39:04 +00:00
..
2008-10-27 13:09:43 +00:00
2007-12-04 14:44:21 +00:00
2009-11-16 14:58:31 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2007-08-10 17:44:54 +00:00
2009-01-07 11:24:47 +00:00
2006-07-18 15:21:48 +00:00
2008-10-27 13:09:43 +00:00
2006-07-18 15:21:48 +00:00
2009-02-03 17:14:34 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2007-07-11 16:06:04 +00:00
2006-07-18 15:21:48 +00:00
2009-01-07 12:27:45 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2008-11-26 12:50:12 +00:00
2006-07-18 15:21:48 +00:00
2008-12-17 16:13:23 +00:00
2006-10-30 12:14:00 +00:00
2009-11-10 12:02:40 +00:00