Skip to content

Version 1.0.2

Latest
Compare
Choose a tag to compare
@Cleptomania Cleptomania released this 27 Apr 06:53
· 1 commit to development since this release
76cafd3

This release contains changes to bring the arcade-accelerate API up to date with current changes in Arcade 3.0. These changes are localized to the arcade.math module.

The arcade.math.lerp_vec function has been removed, and replaced instead with arcade.math.lerp_2d and arcade.math.lerp_3d.

Additionally a rust-native override for the new arcade.math.quaternion_rotation function has been added.