Path Tracer
|
Classes | |
struct | DIB |
struct | Header |
Static Public Member Functions | |
static void | Save (aiTexture *texture, IOStream *file) |
Static Protected Member Functions | |
static void | WriteHeader (Header &header, IOStream *file) |
static void | WriteDIB (DIB &dib, IOStream *file) |
static void | WriteData (aiTexture *texture, IOStream *file) |
Static Protected Attributes | |
static const std::size_t | mBytesPerPixel = 4 |