Renamed m_current_time to m_time_current to simplify root bone sampling.

This commit is contained in:
Martin Felis
2021-12-03 15:58:20 +01:00
parent 1e1d36c5b1
commit b8d863c8e1
8 changed files with 73 additions and 54 deletions
+1 -1
View File
@@ -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;