quat_encode_to_uint32
quat_encode_to_uint32(x, y, z, w) ⇒ number
Based on GDC talk from Bungie on destiny, compressing quaternions for animation
Kind: global function
Param | Type |
---|---|
x | number |
y | number |
z | number |
w | number |
number
Based on GDC talk from Bungie on destiny, compressing quaternions for animation
Kind: global function
Param | Type |
---|---|
x | number |
y | number |
z | number |
w | number |