Radial Array
Tunnel, zoom, iris - WIP
Explosion
Using a normalized range
When using random function for a range, we generally use random(75,400). This works but if we want to upscale the setup, we would need to change both numbers. An alternative is to use a normalize range to multiply a base size eg. random(0.5,1) * 400 will yield a value between 200, to 400. We can still maintain that ratio even if we change
Base setup
Last updated