diff options
author | Kenneth Russel <[email protected]> | 2006-01-06 08:17:20 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-06 08:17:20 +0000 |
commit | ecf045ea61a72bb36e2e44884df6632e60180f30 (patch) | |
tree | 8985cd82b1b0e2a75f5adb21e40b19ed550f7331 /src/demos/data | |
parent | b154c77831ec00be8aa05cb282570f2108c48266 (diff) |
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
Diffstat (limited to 'src/demos/data')
-rwxr-xr-x | src/demos/data/images/test_texture.jpg | bin | 0 -> 17635 bytes |
-rwxr-xr-x | src/demos/data/images/test_texture.png | bin | 0 -> 14321 bytes |
-rwxr-xr-x | src/demos/data/images/test_texture.rgb | bin | 0 -> 81018 bytes |
-rwxr-xr-x | src/demos/data/images/test_texture.tga | bin | 0 -> 196652 bytes |
-rwxr-xr-x | src/demos/data/images/test_texture.tiff | bin | 0 -> 27000 bytes |
-rwxr-xr-x | src/demos/data/images/test_texture_dxt3.dds | bin | 0 -> 65664 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/demos/data/images/test_texture.jpg b/src/demos/data/images/test_texture.jpg Binary files differnew file mode 100755 index 0000000..bf66fbd --- /dev/null +++ b/src/demos/data/images/test_texture.jpg diff --git a/src/demos/data/images/test_texture.png b/src/demos/data/images/test_texture.png Binary files differnew file mode 100755 index 0000000..6c5563b --- /dev/null +++ b/src/demos/data/images/test_texture.png diff --git a/src/demos/data/images/test_texture.rgb b/src/demos/data/images/test_texture.rgb Binary files differnew file mode 100755 index 0000000..bbe5662 --- /dev/null +++ b/src/demos/data/images/test_texture.rgb diff --git a/src/demos/data/images/test_texture.tga b/src/demos/data/images/test_texture.tga Binary files differnew file mode 100755 index 0000000..4bdc10d --- /dev/null +++ b/src/demos/data/images/test_texture.tga diff --git a/src/demos/data/images/test_texture.tiff b/src/demos/data/images/test_texture.tiff Binary files differnew file mode 100755 index 0000000..9f3e8d4 --- /dev/null +++ b/src/demos/data/images/test_texture.tiff diff --git a/src/demos/data/images/test_texture_dxt3.dds b/src/demos/data/images/test_texture_dxt3.dds Binary files differnew file mode 100755 index 0000000..2ab9b81 --- /dev/null +++ b/src/demos/data/images/test_texture_dxt3.dds |