summaryrefslogtreecommitdiffstats
path: root/src/demos/texture/TestTexture.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-09 02:37:44 +0000
committerKenneth Russel <[email protected]>2006-01-09 02:37:44 +0000
commita30f6883a5a4bfb3bebd1e34697377ef56dd9241 (patch)
treec0f05c66462686b75e6fcaf179067b66f4f2267f /src/demos/texture/TestTexture.java
parent2e32df6eb0181d50f002e0dfe055572b60088428 (diff)
Added output support to TGAImage, SGIImage and newly-renamed DDSImage
classes. Added support to TextureIO for writing textures back to disk via new TextureWriter plug-in interface. Added TextureConvert demo which shows how an application might convert between arbitrary file formats using these APIs, including automatic compression to DXT3 format when available. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@164 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/texture/TestTexture.java')
-rwxr-xr-xsrc/demos/texture/TestTexture.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demos/texture/TestTexture.java b/src/demos/texture/TestTexture.java
index 1ef0074..923fbd6 100755
--- a/src/demos/texture/TestTexture.java
+++ b/src/demos/texture/TestTexture.java
@@ -1,5 +1,4 @@
/*
-
* Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without