{ "id": "happy-accident", "name": "Happy Accident", "description": "Raymarched generative line field. CC0 original 'Clearly a bug' adapted from https://www.shadertoy.com/view/33cGDj.", "category": "Generative", "entryPoint": "shadeVideo", "parameters": [ { "id": "speed", "label": "Speed", "type": "float", "default": 1.0, "min": 0.0, "max": 4.0, "step": 0.01 }, { "id": "scale", "label": "Scale", "type": "float", "default": 1.0, "min": 0.25, "max": 3.0, "step": 0.01 }, { "id": "raySteps", "label": "Ray Steps", "type": "float", "default": 77.0, "min": 8.0, "max": 77.0, "step": 1.0 }, { "id": "intensity", "label": "Intensity", "type": "float", "default": 1.0, "min": 0.1, "max": 4.0, "step": 0.01 }, { "id": "sourceMix", "label": "Source Mix", "type": "float", "default": 0.0, "min": 0.0, "max": 1.0, "step": 0.01 } ] }