Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_filter_mesh.c379 const uint *hash_co = (const uint *)orig_co; in mesh_filter_task_cb() local
380 const uint hash = BLI_hash_int_2d(hash_co[0], hash_co[1]) ^ in mesh_filter_task_cb()
381 BLI_hash_int_2d(hash_co[2], ss->filter_cache->random_seed); in mesh_filter_task_cb()