Package | Description |
---|---|
sim.loader.texture |
Modifier and Type | Method and Description |
---|---|
DDSImage.ImageInfo[] |
DDSImage.getAllMipMaps()
Returns an array of ImageInfos corresponding to all mipmap
levels of this DDS file.
|
DDSImage.ImageInfo[] |
DDSImage.getAllMipMaps(int side)
Returns an array of ImageInfos corresponding to all mipmap
levels of this DDS file.
|
DDSImage.ImageInfo |
DDSImage.getMipMap(int map)
Gets the ith mipmap data (0..getNumMipMaps() - 1)
|
DDSImage.ImageInfo |
DDSImage.getMipMap(int side,
int map)
Gets the ith mipmap data (0..getNumMipMaps() - 1)
|