Reply To: Transfer bone values with delay

FlowCanvas Forums Support Transfer bone values with delay Reply To: Transfer bone values with delay

#1921
Gavalakis
Keymaster

Hello again and sorry for the late reply.
I’ve just manage to create this node you requested as well as a damp node (for floats and vectors).
Since I find them to be useful and will be included in the next, the best way for you to use them now would be to open up the file “Time.cs” and copy/paste the following code in there instead of sending you a separate package file.

Here is the code:

Simply paste the code anywhere within the Time.cs file and within the namespace brackets of course.

Here is an example usage:
Buffer

There is a big difference between Buffer and Damp of course:
– Buffer, will output the exact input value in the exact order they were queued. Buffer also works with all types.
– Damp, will instead output an interpolated value (float or Vector) towards the input value.

Let me know if this works for you.
Thanks!

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. Buffer.png