79449554

Date: 2025-02-18 20:45:27
Score: 1
Natty:
Report link

Thank you all for your help! I found the bug location. It was rotationIncrement quaternion in function RotateTowards. I just added:

if (glm::any(glm::isnan(rotationIncrement))) 
    return from;

and it worked.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: John Stoner