SL23W26: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL23W25 | SL23W27 ►")
 
No edit summary
Line 1: Line 1:
[[SL23W25|◄ SL23W25]] | [[SL23W27|SL23W27 ►]]
[[SL23W25|◄ SL23W25]] | [[SL23W27|SL23W27 ►]]
DisplayBlocks:
'''For some reason the yaw-distance between two states needs to be the opposite of the calculated value for the animation to be corrent.'''
float yawDist = -(rotTarget - rotSource);
<br />

Revision as of 16:11, 2 July 2023

◄ SL23W25 | SL23W27 ►


DisplayBlocks:

For some reason the yaw-distance between two states needs to be the opposite of the calculated value for the animation to be corrent.

float yawDist = -(rotTarget - rotSource);