ruby0x1 @ruby0x1.ca · Aug 2

also played around with a line module. by doing if(random() < 0.2) you can do occasional spikes in the amount of jitter e.g electricity

3 likes 2 replies

?

Replies

@nanjizal.bsky.social · Aug 3

if you use a perlin noise texture that is changing you can sample columns or rows for lightning position offset, then use say half sine wave to make amplitude small at both ends, apply some glow type filters. Atleast that is what I once did for a flash banner. A bezier to control the start end pos.

ruby0x1 · Aug 2

with default of 0, you can do slow moving jitter instead