>
usage
>
using veadotube
>
nodes
>
Generators
utilities for quickly generating common behaviors.
simulates alternating random behavior such as for eye blinking.
you can set a duration range for each of the false and true states, and the node will randomly select a value within the range.
simulates a bouncing from side-to-side animation.
when outputting a point, it adds an X axis that moves from side-to-side in a zigzag. differs from Jumper in the sense that you cannot make it bounce mid-air.
simulates a jumping animation according to an input.
it can bounce mid-air, as long as it respects the maximum height imposed. differs from Bouncer in that aspect.
simulates natural movement for shaking or just vibing.
behind the scenes, this node uses a Perlin noise node.
simulates a waving animation.
behind the scenes, this node uses a sine & cosine node.