I have a TCP server set up with incoming number counts every second. I’m importing this data into a Table DAT and I’m converting this to a CHOP then mapping these values to a SOP polyspline. The current result it they march across the screen in steps every second. I’m wondering how I can Lerp these values to smoothly progress across the screen. I’ve tried the Interpolate and Resample CHOP but I’m not getting the results I’d like to see out of it. Suggestions?
hi,
you can try Lag CHOP
Hope this helps
cheers
1 Like
Thank you, (didn’t see the message till now) I got things working with a Trail CHOP, and added some filtering to smooth out some jitters. Will compare this to the Lag CHOP as soon as I get back to the machine.