Inherits Deformer.
Public Member Functions | |
| GridSnapDeformerClass (void) | |
| void | Set_Grid_Dimension (float grid_dim) |
| float | Get_Grid_Dimension (void) |
| void | Set_Matrices (const Matrix3 &tm, const Matrix3 &invtm) |
| virtual Point3 | Map (int i, Point3 p) |
GridSnapDeformerClass This is the callback object used by GridSnapModifierClass to implement the actual geometry changes. This architecture is required by the SimpleMod base-class. This Deformer simply snaps vertex positions to the grid defined by its parameters.
Definition at line 107 of file gridsnapmodifier.cpp.
|
inline |
Definition at line 110 of file gridsnapmodifier.cpp.
|
inline |
Definition at line 113 of file gridsnapmodifier.cpp.
|
inlinevirtual |
Definition at line 117 of file gridsnapmodifier.cpp.
|
inline |
Definition at line 112 of file gridsnapmodifier.cpp.
Definition at line 115 of file gridsnapmodifier.cpp.