From 06673ea7b4921fcd71c985e3cf660a4d27bc167f Mon Sep 17 00:00:00 2001 From: William French Date: Wed, 22 Apr 2026 11:13:53 -0700 Subject: [PATCH 1/2] feat: Refactors the 3d-camera-boundary sample to be TypeScript-first. --- samples/3d-camera-boundary/index.html | 8 ++++---- samples/3d-camera-boundary/index.ts | 18 +++++++----------- samples/3d-camera-boundary/package.json | 3 --- samples/3d-camera-boundary/style.css | 20 ++++++++++++++------ 4 files changed, 25 insertions(+), 24 deletions(-) diff --git a/samples/3d-camera-boundary/index.html b/samples/3d-camera-boundary/index.html index eb98b2af..5cd65281 100644 --- a/samples/3d-camera-boundary/index.html +++ b/samples/3d-camera-boundary/index.html @@ -1,8 +1,8 @@ @@ -13,7 +13,7 @@ -
+