#include <ModNormalFlippingT.hh>
Inheritance diagram for OpenMesh::Decimater::ModNormalFlippingT< DecimaterT >:
Public Member Functions | |
float | collapse_priority (const CollapseInfo &_ci) |
Compute collapse priority due to angular deviation of face normals before and after a collapse. | |
Scalar | max_normal_deviation () const |
get normal deviation | |
void | set_max_normal_deviation (Scalar _f) |
Set normal deviation. | |
void | set_binary (bool _b) |
Set whether module is binary or not. |
This module can be used only as a binary module. The criterion of allowing/disallowing the collapse is the angular deviation between the face normal of the orignal faces and normals of the faces after the collapse. The collapse will pass the test, if the deviation is below a given threshold.
|
Compute collapse priority due to angular deviation of face normals before and after a collapse.
|
|
Set normal deviation. Set the maximum angular deviation of the orignal normal and the new normal in degrees. |