pub const MAX_WAVE_POINTS: u32 = 512;Expand description
The most points a custom wave may draw, and the most sides a shape may have.
MilkDrop’s own limits are 512 points and 100 sides. A wave’s points each cost one run of its per-point program on the render thread, so the bound matters for the same reason the mesh grid’s does — and unlike the mesh it is not a tier capacity, because it is the preset that names it and a converted preset should draw the figure its author drew.