Difference between revisions of "Spore:2F4E681C"
From SimsWiki
Line 1: | Line 1: | ||
copied from: http://www.customsims3.com/forum1/YaBB.pl?num=1214408105 | copied from: http://www.customsims3.com/forum1/YaBB.pl?num=1214408105 | ||
+ | |||
+ | .rast (raster) data format | ||
<pre> | <pre> | ||
// File Format Specs | // File Format Specs |
Latest revision as of 23:54, 19 January 2009
copied from: http://www.customsims3.com/forum1/YaBB.pl?num=1214408105
.rast (raster) data format
// File Format Specs // Header: // DWord type? [1L] // DWord width // DWord height // DWord mipmapct // DWord pixelwidth // DWord pixelformat? [0x0015] // // For each of mipmapct: // DWord blocksize (this must be width*height*colors*pixelwidth, in bits) // Byte[blocksize] (this is the actual raster data stream) //