We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e527a commit 93b7036Copy full SHA for 93b7036
README.md
@@ -173,6 +173,8 @@ supplying its own `TranslationExtrapolation` and `RotationExtrapolation` compone
173
- Transform extrapolation is currently not supported as a built-in feature, as it typically requires a velocity
174
for the prediction of the next state. However, it could be supported by external libraries such as physics engines
175
in a similar way to `src/interpolation.rs`, and simply updating the `start` and `end` states differently.
176
+- Large angular velocities may cause visual artifacts, as the interpolation follows the shortest path.
177
+ A physics engine could handle this properly.
178
179
## License
180
0 commit comments