Blender
V3.3
|
#include "BLI_utildefines.h"
#include "BLI_math.h"
#include "DNA_modifier_types.h"
#include "MOD_meshcache_util.h"
Go to the source code of this file.
Functions | |
void | MOD_meshcache_calc_range (const float frame, const char interp, const int frame_tot, int r_index_range[2], float *r_factor) |
void MOD_meshcache_calc_range | ( | const float | frame, |
const char | interp, | ||
const int | frame_tot, | ||
int | r_index_range[2], | ||
float * | r_factor | ||
) |
Definition at line 15 of file MOD_meshcache_util.c.
References floorf, FRAME_SNAP_EPS, interp(), max_ii(), min_ii(), MOD_MESHCACHE_INTERP_NONE, and round_fl_to_int().
Referenced by meshcache_read_mdd_range(), and meshcache_read_pc2_range().