How should I go about adding motion blur to particles that are displaced by a KCM? There’s no means to sample the position from a different time frame, right? I can only compare it to a different KCM (or the base object) at the current frame? I’m kind of stuck as to how to integrate the position changes that are accumulated over time. I think this is not possible, but i wanted to make sure.
The concept of Time was removed from the first implementation of the KCMs. Right now, you can only work within the current frame only. I am not sure about future implementations though, it would be very useful to be able to perform operations based on multiple frames or time samples.
Not a problem… I’m just going through the sort of stuff I was doing in Box#3 and seeing how far I could get with KCM’s. I can evaluate KCM resulting position vs PRT Loader’s original position, and that works in some cases, but not if the position accumulates over multiple frames.
Multipass would work in this case, but I just wanted to make sure i wasn’t missing any secret ninja techniques.