From 3a994238ea3c8056d49584fc7aba1e370983a376 Mon Sep 17 00:00:00 2001 From: Fidel Thomet Date: Thu, 20 Feb 2025 15:29:51 +0100 Subject: [PATCH 01/20] basic implementation --- index.html | 45 ++++++++++++++--- src/main.js | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++- src/utils.js | 1 + 3 files changed, 170 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 61aa459..f58bb75 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ controls="edit" first-person="false" style="pointer-events: auto" + time="0" > - - + + + + + +
@@ -122,6 +135,18 @@

Project on:

+
+

Time

+ +
©️ @@ -266,6 +291,10 @@

Project on:

applyChanges() } }) + + function updateTime(e) { + document.querySelector('vantage-renderer').setAttribute('time', e.target.value) + }