Renamed m_current_time to m_time_current to simplify root bone sampling.
This commit is contained in:
@@ -125,7 +125,7 @@ TEST_CASE("Sample single bone channel", "[AnimSamplerNode]") {
|
||||
local_matrices,
|
||||
root_transform_0);
|
||||
|
||||
int n_samples = 20;
|
||||
int n_samples = 53;
|
||||
for (int i = 0; i <= n_samples; i++) {
|
||||
float ratio = i * 1.f / n_samples;
|
||||
ozz::math::Transform sampled_root_transform;
|
||||
|
||||
Reference in New Issue
Block a user