Morphing Pointclouds Transition

Hi @KRISANDERS,

for looping this becomes a bit more tricky but solvable.
Unfortunately the Switch TOP currently has no way to loop back from the last to the first and interpolate, so we have to build that by ourselves.

For this we need to attach a Level TOP to each input and control the brightness before adding them all together with a Composite TOP.

To control the brightness in a loop, we can employ the Fan CHOP with it’s Fan Out feature.

Check out the OP Snippets of each operator to see in what situations they might be used.

cheers
Markus
TOPBlendFan.tox (1.3 KB)

PS: just for reference, a similar approach on blending here just with SOPs instead of TOPs: How to continuously "rotate" a set of given 3d models - #2 by snaut