From fc2d0db9aadc2e144c6f5912efb7dcbdf5f3eb55 Mon Sep 17 00:00:00 2001 From: Kieran Farr Date: Sun, 29 Sep 2024 13:22:01 -0700 Subject: [PATCH 01/15] barely working enable by using console-log document.querySelector('#clipping-box').setAttribute('obb-collider2', "clipPlaneFunction: obb;") document.querySelector('#clipping-box').play() --- index.html | 3 +- src/components/obb-clipping.js | 624 +++++++++++++++++++++++++++++++++ src/components/street-geo.js | 1 + src/index.js | 1 + 4 files changed, 628 insertions(+), 1 deletion(-) create mode 100644 src/components/obb-clipping.js diff --git a/index.html b/index.html index f42248e1..5e972177 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,8 @@ blink-controls="cameraRig: #cameraRig; teleportOrigin: #camera; rotateOnTeleport:false;"> - +