Parameters structure for meshToVolume function. More...
#include <MRVDBConversions.h>
Public Types | |
| enum class | Type { Type::Signed , Type::Unsigned } |
| Conversion type. More... | |
Public Attributes | |
| enum MR::MeshToVolumeParams::Type | Unsigned |
| float | surfaceOffset { 3.0 } |
| Vector3f | voxelSize = Vector3f::diagonal( 1.0f ) |
| the number of voxels around surface to calculate distance in (should be positive) | |
| AffineXf3f | worldXf |
| AffineXf3f * | outXf { nullptr } |
| mesh initial transform | |
| ProgressCallback | cb |
| optional output: xf to original mesh (respecting worldXf) | |
Parameters structure for meshToVolume function.