diff options
Diffstat (limited to 'src/jogl')
-rwxr-xr-x | src/jogl/classes/com/sun/opengl/util/packrect/package.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jogl/classes/com/sun/opengl/util/packrect/package.html b/src/jogl/classes/com/sun/opengl/util/packrect/package.html index 7f2522244..c1c5db477 100755 --- a/src/jogl/classes/com/sun/opengl/util/packrect/package.html +++ b/src/jogl/classes/com/sun/opengl/util/packrect/package.html @@ -1,3 +1,4 @@ +<BODY> 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 @@ -5,3 +6,4 @@ 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> +</BODY> |