/ Published in: TCL

This node gives a flickering effect with parameters that allow you to control the flicker style
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Multiply { value {{maxVal-(random(frame*freqVal)*(maxVal-minVal)) i}} name Multiply4 label "FLICKER NODE" selected true xpos -590 ypos -736 addUserKnob {20 User} addUserKnob {7 minVal l "Minimum Value"} minVal 0.4 addUserKnob {7 maxVal l "Maximum Value"} maxVal 1 addUserKnob {7 freqVal l Frequency} freqVal 0.6 }
Comments
