MeshLib
 
Loading...
Searching...
No Matches
OffsetParameters Class Reference

#include <MROffset.h>

+ Inheritance diagram for OffsetParameters:

Public Attributes

float voxelSize = 0.0f
 
SignDetectionMode signDetectionMode = SignDetectionMode::OpenVDB
 determines the method to compute distance sign
 
bool memoryEfficient = false
 
internal : MR::OffsetParameters ToNative()
 

Member Data Documentation

◆ __pad0__

internal OffsetParameters::__pad0__

◆ memoryEfficient

bool OffsetParameters::memoryEfficient = false

use FunctionVolume for voxel grid representation:

  • memory consumption is approx. (z / (2 * thread_count)) less
  • computation is about 2-3 times slower used only by McOffsetMesh and SharpOffsetMesh methods

◆ signDetectionMode

SignDetectionMode OffsetParameters::signDetectionMode = SignDetectionMode::OpenVDB

determines the method to compute distance sign

◆ voxelSize

float OffsetParameters::voxelSize = 0.0f

Size of voxel in grid conversions; The user is responsible for setting some positive value here


The documentation for this class was generated from the following file: