I am trying to create kind of delayed responce effect while exporting tx and ty channels from Mouse CHOP to some object or to Transform SOP inside some object.
It works fine for direct connection (Mouse tx -> object tx, Mouse ty -> object tz). But I am trying to introduce some delay in object reaction. As if object has some inertia.
Initially I tried to insert Lag CHOP after Mouse CHOP end export “delayed” channels. Did not work. Spring CHOP did not work either. Yesterday somebody suggested me
the way to fix the problem. Export channels from Mouse CHOP to the Null object , then fetch those channels back in Channels Editor , add Lag CHOP and export
“delayed” channels to the object with “inertia”. He said that this way (by fetching channels back in CHOPs editor) I could ensure that channels in Fetch CHOP would be
actually cooked as opposed to Mouse CHOP in which you can see not the channel curves but only values of tx and ty in this particular moment. Maybe I have missed
something but , it did not work either. I could certainly use Record CHOP instead of Mouse CHOP and actually record my mouse motions, save channels to disk and then
use saved data. But I would like to have some interactivity.
Any suggestions would be warmly appreciated ;-)
(yes, it's about manuals)