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 + + +