From a244215489fc34257299bc7ddc92582e60700438 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 16 Jan 2008 08:28:56 +0000 Subject: Removed incorrect statements from TextureIO class about certain methods not automatically generating mipmaps which appear to have been vestigial comments from the original checkin of this code; errors pointed out by Tom Gaskins of NASA World Wind Java project git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1500 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/util/texture/TextureIO.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/classes/com/sun/opengl/util/texture/TextureIO.java b/src/classes/com/sun/opengl/util/texture/TextureIO.java index fe7dacee4..07e06cf69 100755 --- a/src/classes/com/sun/opengl/util/texture/TextureIO.java +++ b/src/classes/com/sun/opengl/util/texture/TextureIO.java @@ -431,8 +431,7 @@ public class TextureIO { /** * Creates an OpenGL texture object from the specified TextureData - * using the current OpenGL context. Does not automatically generate - * mipmaps for the resulting texture. + * using the current OpenGL context. * * @param data the texture data to turn into an OpenGL texture * @throws GLException if no OpenGL context is current or if an @@ -448,8 +447,7 @@ public class TextureIO { /** * Creates an OpenGL texture object from the specified file using - * the current OpenGL context. Does not automatically generate - * mipmaps for the resulting texture. + * the current OpenGL context. * * @param file the file from which to read the texture data * @param mipmap whether mipmaps should be produced for this @@ -471,8 +469,7 @@ public class TextureIO { /** * Creates an OpenGL texture object from the specified stream using - * the current OpenGL context. Does not automatically generate - * mipmaps for the resulting texture. + * the current OpenGL context. * * @param stream the stream from which to read the texture data * @param mipmap whether mipmaps should be produced for this @@ -499,8 +496,7 @@ public class TextureIO { /** * Creates an OpenGL texture object from the specified URL using the - * current OpenGL context. Does not automatically generate mipmaps - * for the resulting texture. + * current OpenGL context. * * @param url the URL from which to read the texture data * @param mipmap whether mipmaps should be produced for this -- cgit v1.2.3