Deformação laplaciana

The Laplacian Deform Modifier allows you to pose a mesh while preserving geometric details of the surface.

The user defines a set of «anchor» vertices, and then moves some of them around. The modifier keeps the rest of the anchor vertices in fixed positions and calculates the optimal locations of all the remaining vertices to preserve the original geometric details.

This modifier captures the geometric details with the use of differential coordinates. The differential coordinates capture the local geometric information how curvature and direction of a vertex based on its neighbors.

Nota

You must define an Anchors Vertex Group. Without a Vertex Group Modifier does nothing.

Opções

../../../_images/modeling_modifiers_deform_laplacian-deform_panel.png

O modificador Deformação laplaciana.

Repetir

Repetitions iteratively improve the solution found. The objective is to find the rotation of the differential coordinates preserving the best possible geometric detail. Details are retained better if more repetitions are used, however, it will take longer to calculate.

Deform horse example blend-file.
../../../_images/modeling_modifiers_deform_laplacian-deform_cactus09.png

Modelo original.

../../../_images/modeling_modifiers_deform_laplacian-deform_cactus-repeat1.png

Repetir: 1.

../../../_images/modeling_modifiers_deform_laplacian-deform_cactus-repeat2.png

Repetir: 2.

../../../_images/modeling_modifiers_deform_laplacian-deform_cactus-repeat5.png

Repetir: 5.

../../../_images/modeling_modifiers_deform_laplacian-deform_horse-repeat0.jpg

Modelo original.

../../../_images/modeling_modifiers_deform_laplacian-deform_horse-repeat1.jpg

Repetir: 1.

../../../_images/modeling_modifiers_deform_laplacian-deform_horse-repeat2.jpg

Repetir: 2.

../../../_images/modeling_modifiers_deform_laplacian-deform_horse-repeat10.jpg

Repetir: 10.

Ancorar grupo de vértices
A vertex group name, to define the group of vertices that the user will use to transform the model. The weight of each vertex does not affect the behavior of the modifier; the method only takes into account vertices with weight greater than 0.
Vincular
The Bind button is what tells the Laplacian Deform Modifier to actually capture the geometry details of the object, so that altering the anchor vertices actually alters the shape of the deformed object.
Desvincular
After binding the modifier, you may later decide to make changes to the Anchor Vertex Group. To do so you will first need to Unbind the modifier before binding again.

Mensagens de erro

Vertex group group_name is not valid
This message is displayed when a user deletes a Vertex Group or when the user changes the name of the Vertex Group.
Vértices alterados de X para Y
This message is displayed when a user adds or deletes vertices to/from the mesh.
Arestas alteradas de X para Y
This message is displayed when a user adds or deletes edges to/from the mesh.
O sistema não encontrou uma solução.
This message is displayed if the solver could not find a solution for the linear system.

Nota

If the mesh is dense, with a number of vertices greater than 100,000, then it is possible that the non-linear optimization system will fail.

Histórico

Laplacian Surface Editing is a method developed by Olga Sorkine and others in 2004. This method preserves geometric details as much as possible while the user makes editing operations. This method uses differential coordinates corresponding to the difference between a vector and the weighted average of its neighbors to represent the local geometric detail of the mesh.

../../../_images/modeling_modifiers_deform_laplacian-deform_diagram-differential-coordinate.png

Coordenadas diferenciais