|
Blender V4.3
|
#include "BLI_math_base.h"#include "BLI_utildefines.h"#include "DNA_modifier_types.h"#include "MOD_meshcache_util.hh"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 16 of file MOD_meshcache_util.cc.
References floorf, FRAME_SNAP_EPS, int, interp(), max_ii(), min_ii(), MOD_MESHCACHE_INTERP_NONE, range, and round_fl_to_int().
Referenced by meshcache_read_mdd_range(), and meshcache_read_pc2_range().