mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Support floating-point animation frame numbers
This commit is contained in:
committed by
Lars Müller
parent
323fc0a798
commit
06907aa99b
@@ -8059,8 +8059,7 @@ child will follow movement and rotation of that bone.
|
||||
* Animation interpolates towards the end frame but stops when it is reached
|
||||
* If looped, there is no interpolation back to the start frame
|
||||
* If looped, the model should look identical at start and end
|
||||
* Only integer numbers are supported
|
||||
* default: `{x=1, y=1}`
|
||||
* default: `{x=1.0, y=1.0}`
|
||||
* `frame_speed`: How fast the animation plays, in frames per second (number)
|
||||
* default: `15.0`
|
||||
* `frame_blend`: number, default: `0.0`
|
||||
|
Reference in New Issue
Block a user