From eeff456d80d29530b7cfdebbb52af2a4eb114788 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Fri, 18 Nov 2022 15:29:45 +0100 Subject: [PATCH] handling multiple simulations --- index.html | 209 ++++++++++++++++++++++++++------------------------- portail.html | 24 +++++- 2 files changed, 128 insertions(+), 105 deletions(-) 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

    +
  • Choisir une simulation +
      +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    +
  • Forcer l'affichage des performances
    • true
    • @@ -28,6 +36,12 @@
    • 20
  • +
  • Debug mode : +
      +
    • true
    • +
    • false
    • +
    +

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_") +}