VISH
0.2
|
A tile as part of an image. More...
#include </home/werner/origo/vish/ocean/shrimp/ImageTile.hpp>
A tile as part of an image.
Wizt::ImageTile::ImageTile | ( | const Size & | pixelSize, |
const RefPtr< ChunkBase > & | ColorData, | ||
const RefPtr< ChunkBase > & | DepthData, | ||
const Size & | TileID = Size(0,0) , |
||
const Size & | MaxTileID = Size(1,1) |
||
) |
Construct image tile from pixel data and size/location information.
Tile | ID The identification of this tile within the image (optional, default 0,0) |
MaxTileID | The maximally allowed tile ID (optional, default 1,1) |