jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

Feature Request: Stock Tweens for sound, particle, material #69

Open Ali-RS opened 5 years ago

Ali-RS commented 5 years ago

Would be very useful to have these Tweens :

pspeed42 commented 5 years ago

Yeah, the thing is that for 'instant' things like this you can just use the call method action almost as easily as a separate tween. So I'm still trying to figure out what all value those sorts of things should add over callMethod() and callTweenMethod().

Material parameters (or even better matparam overrides for spatials) might be nice, though.

mrlem commented 4 years ago

For a SoundTween, the interest I could see is the sound duration handling: you could create a sequence with some action after the sound is done playing (not merely after it starts playing).