Small addition about ROI

This commit is contained in:
iyaz 2013-03-30 18:48:54 +02:00
parent b9bbc53a5c
commit dc350f49e4
1 changed files with 3 additions and 0 deletions

View File

@ -316,6 +316,9 @@ The final action is invoking the deformation algorithm:
After deformation, handle vertices will be placed to their target positions and free vertices will be deformed accordingly.
The steps in \ref Deform_section can be repeated for further deformations.
\note No matter how many times region of interest or handles are changed, the algorithm always operates as it is just constructed.
For that reason any vertex which is no longer inside region of interest will be always assigned to its original position in Deform_mesh::preprocess().
\subsection Surface_modeling_examples Examples
\subsubsection Example_1 Example 1