Skip to content

openHarmony 0.10.14

Compare
Choose a tag to compare
@mchaptel mchaptel released this 17 Aug 13:11
· 40 commits to master since this release
  • adds Quaternion/Quaternion_path columns/attributes support for getting/setting and getting keyframes, etc.
  • adds a new interpolation function to oColumn to create a key at a percentage between two existing values
  • adds oPathPoint.position (oPoint) to get the position of a path point as an oPoint
  • adds a generic $.lerp function for linear interpolation between 2 floating point values.