![]() |
Particle engine modifier "fix"?
This might be more of a question than a feature request, since the issue is kind of strange.
I've noticed this a long while back when fiddling around with particle emitters. The modifiers seemed strange to me because they didn't really do what I wanted. Sooner or later I had figured out that the modification of variables over a given time window is essentially bugged. Let's say I got a particle and I want to make sure that the alpha of it goes from 1 to 0 in half a second. I'd do something along the lines of this: PHP Code:
PHP Code:
|
I would do:
addLocalModifier("range", 0, 0.5, "alpha", "replace", 1, 0); |
Well, damn. I always knew I was stupid as ****. Thanks :/
|
All times are GMT +2. The time now is 02:57 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.