| 79 | //////////////////////////////////////////////////////////// |
| 80 | |
| 81 | OPENPGL_INLINE void FieldConfig::Init(const PGL_SPATIAL_STRUCTURE_TYPE spatialType, const PGL_DIRECTIONAL_DISTRIBUTION_TYPE directionalType, const bool deterministic, |
| 82 | const size_t maxSamplesPerLeaf) |
| 83 | { |
| 84 | pglFieldArgumentsSetDefaults(m_args, spatialType, directionalType, deterministic, maxSamplesPerLeaf); |
| 85 | } |
| 86 | |
| 87 | OPENPGL_INLINE void FieldConfig::SetDebugArgFitRegions(const bool fitRegions) |
| 88 | { |
no test coverage detected