diff options
author | Kenneth Russel <[email protected]> | 2006-01-09 02:37:44 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-09 02:37:44 +0000 |
commit | a30f6883a5a4bfb3bebd1e34697377ef56dd9241 (patch) | |
tree | c0f05c66462686b75e6fcaf179067b66f4f2267f /src/demos/texture/TestTexture.java | |
parent | 2e32df6eb0181d50f002e0dfe055572b60088428 (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-x | src/demos/texture/TestTexture.java | 1 |
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 |