From 77d04e4760126e8328b758ac00d73fb8f1702b89 Mon Sep 17 00:00:00 2001 From: Matias Perez Date: Sat, 14 Mar 2026 22:33:58 -0300 Subject: [PATCH] Add experiment: scene-scissor-clip --- experiments.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/experiments.json b/experiments.json index 880909d..98c089b 100644 --- a/experiments.json +++ b/experiments.json @@ -73,6 +73,17 @@ "susano" ], "date": "2026-03-11" + }, + { + "slug": "scene-scissor-clip", + "title": "scene-scissor-clip", + "description": "controlled dual scene rendering with clipping capabilities", + "href": "https://scene-scissor-clip-pi.vercel.app/", + "template": "3d", + "tags": [ + "webgl" + ], + "date": "2026-03-15" } ] }