remove logging

This commit is contained in:
Nick Fisher
2024-06-04 22:20:24 +08:00
parent fce1846c27
commit 6ecfb60521

View File

@@ -295,8 +295,6 @@ namespace flutter_filament
fadeDelta = 1 - ((elapsedInSecs - animationStatus.durationInSecs - animationStatus.fadeInInSecs) / animationStatus.fadeOutInSecs);
}
Log("fadeDelta %f ", fadeDelta);
auto jointTransform = _transformManager.getInstance(joint);
// linearly interpolate this animation between its current (interpolated) frame and the current transform (i.e. as set by the gltf frame)