aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-01-16 08:28:56 +0000
committerKenneth Russel <[email protected]>2008-01-16 08:28:56 +0000
commita244215489fc34257299bc7ddc92582e60700438 (patch)
treed5224a16817e54f1d16bf5dbeba0b4d306416607 /src/classes
parent670e6260e91a4be36cbb68516b20537d44fe984d (diff)
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
Diffstat (limited to 'src/classes')
-rwxr-xr-xsrc/classes/com/sun/opengl/util/texture/TextureIO.java12
1 files changed, 4 insertions, 8 deletions
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