Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_voxel.h37 float BLI_voxel_sample_nearest(const float *data, const int res[3], const float co[3]);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dvoxel.c39 float BLI_voxel_sample_nearest(const float *data, const int res[3], const float co[3]) in BLI_voxel_sample_nearest() function