Creates a texture using an image from file. jPCT supports every format
that JAVA supports for creating images from files as long as the result
is a 24bpp image.
Creates a texture using an image from file (usually in jpeg format). jPCT
supports every format that JAVA supports for creating images from files
as long as the result is a 24bpp image.
Creates a texture using a Drawble. jPCT supports every format that JAVA
supports for creating images from files as long as the result is a 24bpp
image.
Creates a texture using a Drawable. jPCT supports every format that JAVA
supports for creating images from files as long as the result is a 24bpp
image.
2D texture-blitting into the framebuffer is done by copying the source
into the destination bitmap only at places where the sources bitmap has
none-zero color-values.