Polar-warp plus radial-symmetry forms the mandala/kaleidoscope skeleton of a psychedelic visual
The psychedelic visual style — saturated, symmetric, endlessly morphing kaleidoscopic imagery — is built by combining two geometric operations as its skeleton: polar-warp (mapping cartesian coordinates to polar for radial patterns) and radial-symmetry (mirroring and replicating around a center). Together they produce the mandala and kaleidoscope forms that define the style. This skeleton is then animated with modulation-warp (liquid melt) and feedback-trail (tunnels, infinite zoom). Without this geometric foundation, adding color and motion produces chaos rather than the hypnotic symmetry the style requires.
Examples
Hydra: osc(10,0.1,1).kaleid(6).rotate(()=>time*0.1).out() — osc source, 6-fold radial symmetry, slow rotation. Adding .modulate(noise(2)) melts the skeleton into the psychedelic form.
Assessment
A performer wants a psychedelic patch but starts with a noise source and a hue shift and finds it reads as ‘organic’ not ‘psychedelic’. Identify the two geometric operations they are missing and explain what each adds.