Home
last modified time | relevance | path

Searched refs:smooth_closest_plane (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt.c3387 float smooth_closest_plane[3]; in SCULPT_relax_vertex() local
3403 closest_to_plane_v3(smooth_closest_plane, plane, smooth_pos); in SCULPT_relax_vertex()
3404 sub_v3_v3v3(final_disp, smooth_closest_plane, vd->co); in SCULPT_relax_vertex()