Skip to content

Commit 93b7036

Browse files
authored
Update README.md
1 parent 86e527a commit 93b7036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ supplying its own `TranslationExtrapolation` and `RotationExtrapolation` compone
173173
- Transform extrapolation is currently not supported as a built-in feature, as it typically requires a velocity
174174
for the prediction of the next state. However, it could be supported by external libraries such as physics engines
175175
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.
176178

177179
## License
178180

0 commit comments

Comments
 (0)