| java.lang.Object com.sun.j3d.loaders.lw3d.ImageScaler
ImageScaler | class ImageScaler (Code) | | This class resizes an image to be the nearest power of 2 wide and high.
This facility now exists inside of the TextureLoader class, so
ImageScaler should be eliminated at some point.
|
origWorigH | int origWorigH(Code) | | |
ImageScaler | ImageScaler(Image image, int w, int h)(Code) | | |
getClosestPowerOf2 | int getClosestPowerOf2(int value)(Code) | | Utility method to return closes poser of 2 to the given integer
|
getScaledImage | Image getScaledImage()(Code) | | Returns an Image that has been scaled from the original image to
the closest power of 2
|
|
|