Please help!
Code: Select all
InputFolder C:\cubemap\glue
OutFile C:\cubemap\glue\test
TilePrefix v # char string, a prefix before the filename of tile (level number)
TileExt jpg # char string, file name extension
StartU 0 # initial index U
StartV 0 # initial index V
SwapUV false # swap U and V indices
# Resolution of input tile images and output file
TileWidth 32768 # width of the tile
TileHeight 16384 # height of the tile
OutWidth 65536 # width of the output image
OutHeight 16384 # height of the output image
ChannelsPerPixel 3 # number of channels (Grayscale - 1, RGB - 3, RGBA - 4, etc.)
BytesPerChannel 1 # capacity: number of bytes per channel
# Additional parameters
ConvertToGrayscale false # convert color image to grayscale (8-bit only)
MaxMem 10512 #cache size in megabytes

