Add quaternion and float value
q = [0, 0, 0, 1] result = raylib.QuaternionAddValue(q, 0.5) // Each component of q has 0.5 added to it
There was an error while loading. Please reload this page.