From 04066d32a5e1b4a38733a941ca448bd32c350a0f Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Mon, 31 Oct 2022 11:56:46 +0100 Subject: [PATCH] Working portal basis --- index.html | 13 ++++++++++--- portail.html | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 portail.html diff --git a/index.html b/index.html index 0268d68..9f128af 100644 --- a/index.html +++ b/index.html @@ -601,6 +601,13 @@ AFRAME.registerComponent('displaymodels', { }) } }) +AFRAME.registerComponent('forcestats', { + init: function () { + var forcestats = AFRAME.utils.getUrlParameter('forcestats'); + console.log(forcestats) + if (forcestats == "true") this.el.setAttribute("stats", true) + } +}) function resetAnimations(){ Array.from( document.querySelectorAll("[animation]") ) @@ -627,7 +634,7 @@ function playSound(){ } - + @@ -694,8 +701,8 @@ Visuals/EXPORTS/EXPORTS_gltf/AA_Quaidelaruelle.glb - + +

Experience par lieu

+ + +

Options

+
    +
  • Forcer l'affichage des performances +
      +
    • true
    • +
    • false
    • +
    +
  • +
  • Hauteur des batiments : +
      +
    • 10
    • +
    • 15
    • +
    • 20
    • +
    +
  • +
+ +

Documentation

+ Utiliser hmd.link dans le navigateur Web du casque pour partager le lien genere ou ce portail. + +