thorvg/src
Hermet Park 8ec3c841f6 lottie/expressions: add temporalWiggle() support
usage) temporalWiggle(freq, amp, octaves=1, amp_mult=.5, t=time)

Samples the property at a wiggled time. The freq value is the frequency
in wiggles per second, amp is the amplitude in units of the property
to which it is applied, octaves is the number of octaves of noise
to add together, amp_mult is the amount that amp is multiplied by
for each octave, and t is the base start time. For this function
to be meaningful, the property it samples must be animated,
because the function alters only the time of sampling, not the value.

Note: need to verify this with a practical samples.

issue: https://github.com/thorvg/thorvg/issues/1640
2025-03-30 13:11:02 +09:00
..
bindings binding/wasm: code refactoring 2025-03-28 23:02:58 +09:00
common lottie/expressions: code clean up 2025-03-27 22:19:31 +09:00
loaders lottie/expressions: add temporalWiggle() support 2025-03-30 13:11:02 +09:00
renderer Revert "gl_engine: Introduce gauss blur effect for opengl renderer" 2025-03-28 00:28:27 +09:00
savers renderer: ++wasm build portability 2025-03-12 13:14:13 +09:00
meson.build infra: added double-precison promotion warning 2025-02-12 19:12:06 +09:00