#include "photonmap.h"#include "common/misc/binarystream.h"#include "common/misc/minmax.h"#include "context.h"#include "ibdf.h"#include "isurfaceshader.h"#include "surfacebasis.h"#include <algorithm>#include <cmath>#include <cstdio>Go to the source code of this file.
Variables | |
| const int | PHOTONMAP_IO_BUFFER_SIZE = 1024 * 1024 |
| Buffer size for photon map I/O, expressed in bytes. | |
|
|
Buffer size for photon map I/O, expressed in bytes.
Definition at line 44 of file photonmap.cpp. Referenced by toxic::PhotonMap::CreateFromFile(), and toxic::PhotonMap::WriteToFile(). |
1.3.6