Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <PlyFile.h>
Public Attributes | |
bool | bIgnoreComments = true |
bool | bPreloadIntoMemory = true |
std::size_t | preloadMemoryThreshold = 1 * math::constant::GiB |
std::size_t | reduceStorageMemoryThreshold = 768 * math::constant::MiB |
bool ph::PlyIOConfig::bIgnoreComments = true |
Whether to load/save comments in the file.
bool ph::PlyIOConfig::bPreloadIntoMemory = true |
Preload the file into memory to increase parsing performance.
std::size_t ph::PlyIOConfig::preloadMemoryThreshold = 1 * math::constant::GiB |
Only preload files with size smaller than the threshold.
std::size_t ph::PlyIOConfig::reduceStorageMemoryThreshold = 768 * math::constant::MiB |
Reduce memory used for storage by the PlyFile class for files with size larger than the threshold.