SL23W26: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
float yawDist = -(rotTarget - rotSource);
float yawDist = -(rotTarget - rotSource);


<br />
'''Interaction-hitbox does not support PITCH/ROLL for blocks; add warning to user''' <br />

Revision as of 21:01, 3 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);

Interaction-hitbox does not support PITCH/ROLL for blocks; add warning to user