From 9c6f9fa0693bb53e4ce95e9ec7bb037eed682341 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Mon, 2 Sep 2024 09:45:17 +0200 Subject: [PATCH] video --- index.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9b19bc2..2ffd4c3 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ setTimeout( _ => { let positions = [ "-1 1 -3.5", "-1 2 -3.5", "0 0 -3.5", "0 1 -3.5", "1 0 -3.5", "-1 0 -3.5" ] // triangle example, could be based on room boundaries instead positions.map( pos => { addFromTemplate(pos, rot, scaffoldingInnerHTMLTemplate) }) -}, 2000) +}, 9000) function addFromTemplate(pos="0 0 0", rot="0 0 0", template=""){ let el = document.createElement("a-entity") @@ -97,8 +97,14 @@ AFRAME.registerComponent('scaffolding', { - - + + + + + + + + - @@ -136,6 +141,9 @@ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliqu + + +