gnu.app.redbook
Class Mipmap
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.x11.extension.glx.Application
gnu.app.redbook.Mipmap
public class Mipmap
- extends Application
Texture map with mipmaps. To overtly show the effect of mipmaps, each
mipmap reduction level has a solidly colored, contrasting texture image.
Thus, the quadrilateral which is drawn is drawn with several different
colors. Modified from mipmap.c
.
- See Also:
-
screenshot,
help output
Constructor Summary |
Mipmap(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mipmap
public Mipmap(java.lang.String[] args)
main
public static void main(java.lang.String[] args)