MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::CloseToMeshVolumeParams Struct Reference

#include <MRMeshToDistanceVolume.h>

Public Attributes

float closeDist = 0
 a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise
 
DistanceVolumeParams vol
 dimensions, location, and scaling in world space of the expected volume
 
const AffineXf3f * meshToWorld = nullptr
 optional transformation from mesh space to world space
 

Member Data Documentation

◆ closeDist

float MR::CloseToMeshVolumeParams::closeDist = 0

a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise

◆ meshToWorld

const AffineXf3f* MR::CloseToMeshVolumeParams::meshToWorld = nullptr

optional transformation from mesh space to world space

◆ vol

DistanceVolumeParams MR::CloseToMeshVolumeParams::vol

dimensions, location, and scaling in world space of the expected volume


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