We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scene.animation.time
Describe the bug scene.animation.time is initialized to zero, which may have unexepected effect with time range not starting at zero
To Reproduce Steps to reproduce the behavior:
f3d --dry-run negative_range_animated.e
Expected behavior We should start at the beginning of the timerange of the animation
Additional context It is a secondary effect of #434 , we cant initialize the time to NaN because cxxopts does not support it
NaN
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
scene.animation.time
is initialized to zero, which may have unexepected effect with time range not starting at zeroTo Reproduce
Steps to reproduce the behavior:
f3d --dry-run negative_range_animated.e
Expected behavior
We should start at the beginning of the timerange of the animation
Additional context
It is a secondary effect of #434 , we cant initialize the time to
NaN
because cxxopts does not support itThe text was updated successfully, but these errors were encountered: