The formula for calculating the intermediate for a SQUAD interpolation is exp((log(next * invQuat) + log(prev * invQuat)) / static_cast<T>(-4)) * curr; The current code uses addition instead of multiplication (based on http://web.mit.edu/2.998/www/QuaternionReport1.pdf)master
parent
20b3f4bd42
commit
8bbbbfcafd
1 changed files with 1 additions and 1 deletions
Loading…
Reference in New Issue