Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_voxel.h38 float BLI_voxel_sample_trilinear(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.c68 float BLI_voxel_sample_trilinear(const float *data, const int res[3], const float co[3]) in BLI_voxel_sample_trilinear() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfluid.c4470 velocity[0] = BLI_voxel_sample_trilinear(manta_get_velocity_x(fds->fluid), fds->res, pos); in BKE_fluid_get_velocity_at()
4471 velocity[1] = BLI_voxel_sample_trilinear(manta_get_velocity_y(fds->fluid), fds->res, pos); in BKE_fluid_get_velocity_at()
4472 velocity[2] = BLI_voxel_sample_trilinear(manta_get_velocity_z(fds->fluid), fds->res, pos); in BKE_fluid_get_velocity_at()
4485 density = BLI_voxel_sample_trilinear(manta_smoke_get_density(fds->fluid), fds->res, pos); in BKE_fluid_get_velocity_at()
4487 fuel = BLI_voxel_sample_trilinear(manta_smoke_get_fuel(fds->fluid), fds->res, pos); in BKE_fluid_get_velocity_at()