MeshLib
 
Loading...
Searching...
No Matches
MRMesh/MRSignDetectionMode.h
Go to the documentation of this file.
1#pragma once
2
3namespace MR
4{
5
15
16} //namespace MR
Definition MRCameraOrientationPlugin.h:7
SignDetectionMode
how to determine the sign of distances from a mesh
Definition MRMesh/MRSignDetectionMode.h:8
@ OpenVDB
sign detection from OpenVDB library, which is good and fast if input geometry is closed
@ WindingRule
ray intersection counter, significantly slower than ProjectionNormal and does not support holes in me...
@ ProjectionNormal
the sign is determined based on pseudonormal in closest mesh point (unsafe in case of self-intersecti...
@ HoleWindingRule
computes winding number generalization with support of holes in mesh, slower than WindingRule
@ Unsigned
unsigned distance, useful for bidirectional Shell offset