diff options
author | Kenneth Russel <[email protected]> | 2008-07-16 06:22:49 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-07-16 06:22:49 +0000 |
commit | 9fc74686947d23bdd715580ad2ad2d74de24c8a0 (patch) | |
tree | 2ef9d529a7e32cebd59068fd5a41124ba701bec5 /src/classes/com/sun/opengl/impl/packrect/package.html | |
parent | c5e71598bd074cc141a5688aca294f9a0443bf69 (diff) |
Moved rectangle packer out of AWT-specific sub-package to make it more
obvious that it can be reused on mobile devices
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1722 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/impl/packrect/package.html')
-rwxr-xr-x | src/classes/com/sun/opengl/impl/packrect/package.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/classes/com/sun/opengl/impl/packrect/package.html b/src/classes/com/sun/opengl/impl/packrect/package.html new file mode 100755 index 000000000..7f2522244 --- /dev/null +++ b/src/classes/com/sun/opengl/impl/packrect/package.html @@ -0,0 +1,7 @@ +This package implements a rectangle packing algorithm suitable for +tracking the placement of multiple rectangles inside a larger one. It +is useful for cases such as placing the contents of multiple windows +on a larger backing store texture for a compositing window manager; +placing multiple rasterized strings in a texture map for quick +rendering to the screen; and many other situations where it is useful +to carve up a larger texture into smaller pieces dynamically. <P> |