Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt.c6909 const float rake_dist_sq = len_squared_v3v3(cache->rake_data.follow_co, grab_location); in sculpt_update_brush_delta() local
6910 const float rake_fade = (rake_dist_sq > square_f(cache->rake_data.follow_dist)) ? in sculpt_update_brush_delta()
6912 sqrtf(rake_dist_sq) / cache->rake_data.follow_dist; in sculpt_update_brush_delta()