From ecf045ea61a72bb36e2e44884df6632e60180f30 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Fri, 6 Jan 2006 08:17:20 +0000 Subject: Incorporated TextureIO texture loader (and, eventually, writer) and associated classes for being able to easily read in and display textures with OpenGL. Collaboration with Chris Campbell from the Java2D team. Supports multiple file formats both through ImageIO as well as custom texture loaders for DDS, SGI and TGA files. Writing of textures back to disk is not yet implemented. Reading of mipmaps from files which support it as well as autogeneration of mipmaps are not yet well supported and usage of mipmap arguments in the API still need to be rethought. Added TestTexture demo to jogl-demos workspace to show simple usage. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@159 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/data/images/test_texture.tga | Bin 0 -> 196652 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 src/demos/data/images/test_texture.tga (limited to 'src/demos/data/images/test_texture.tga') diff --git a/src/demos/data/images/test_texture.tga b/src/demos/data/images/test_texture.tga new file mode 100755 index 0000000..4bdc10d Binary files /dev/null and b/src/demos/data/images/test_texture.tga differ -- cgit v1.2.3