diff --git a/index.html b/index.html index e6d03b1..08c1592 100644 --- a/index.html +++ b/index.html @@ -4,84 +4,17 @@ - - + + @@ -638,12 +636,13 @@ function playSound(param){ > + position="0 0 -3" + geometry="primitive: ring; radiusInner: 0.04; radiusOuter: 0.05" + material="color: orange; shader: flat"> - + + @@ -654,26 +653,30 @@ function playSound(param){ - - - + + - + + + + + diff --git a/portail.html b/portail.html index 9d01a8b..d32ddbf 100644 --- a/portail.html +++ b/portail.html @@ -4,10 +4,10 @@

Experience par lieu

- -
+

Quai de la Ruelle
+

Les Baquets
@@ -15,6 +15,14 @@

Options

Documentation

@@ -43,5 +57,11 @@ function adjustHeight(param){ function forceStats(param){ links.map( e => e.href += "&forcestats="+param.textContent) } +function debugMode(param){ + links.map( e => e.href += "&debugmode="+param.textContent) +} +function forceSimsrc(param){ + links.map( e => e.href += "&simsrc=simulations/scenario"+param.textContent+"_crops/heure_sim_") +}