WebXR Community

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • |
    • Discord
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • msub2

      Introductions
      Lounge • • msub2

      2
      4
      Votes
      2
      Posts
      81
      Views

      S

      Then let me follow !
      Hi guys and girls, I am Arthur Mougin 🇫🇷, also seen as slt#2291 on discord (slt is the sms version of Salut, french for an friendly hello/hi).

      My first encounter with WebXR was with its predecessor, WebVR, a tad before the transition. I was a web dev student and discovered Aframe and played around with it. I then got my first actual job making a WebVR experience for Oculus Go that is still up today : desbateauxetdeshomes.com.

      Community wise, I had the opportunity to join one of the early physical WebXR meetup in SF, and later join M-sub-2 (how do you type it??) 's discord server. Those experiences motivated me to create a discord community for the French-speaking WebXR ecosystem, as such a community did not exist.
      If you are a French speaker worldwide and interested in the immersive web, please reach out 💪

      Ecosystem wise, When I started creating experiences and played around VR Headsets, it became clear to me that it was extremely difficult to find immersive content on the internet. Outside niche content aggregators and hidden community posts, no search engine could find any immersive content. In addition to that, browsing the web in general was (and is still) a pain compared to our smartphones and laptops.
      That's why I am currently working on a search engine for the immersive web, pushing both for a better discoverability of our ecosystem and a better immersive browsing experience overall. If you want to learn more or join the project, please have a look at about.xrsear.ch/en.

      See you on the immersive web !

      arthurmoug.in
      bonjour@arthurmoug.in
      linkedin

    • G

      Location-based AR Tracking with WebXR and ThreeJS
      Three.js • • Ginovski

      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    • F

      Raycast works right in browser, but doesn’t works when enter to the VR mode simulation.
      Three.js • • foxfairlane

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • msub2

      The Big List of WebXR Creation Tools
      Development • • msub2

      5
      0
      Votes
      5
      Posts
      254
      Views

      msub2

      Added Hubs/Spoke, FRAME, and VrLand

    • msub2

      Neat monoscopic effect hack
      Development • • msub2

      2
      0
      Votes
      2
      Posts
      56
      Views

      serpentrider

      Do I understand correctly that you show the same image for both eyes? It should be possible to achieve the same with a single plane and a custom shader. Or, alternatively, you could transform it in onBeforeRender for each camera. That way you might not even have to care if you're in vr mode or not.

      Coincidentally, for some experiment I also needed to calculate the IPD in A-Frame. I did this through extracting the positions from the left and right eyes' cameras. Here's the approach (slightly adjusted to also trigger on the enter-vr event like in your sample):

      document.addEventListener('enter-vr', e => { this.el.sceneEl.object3D.onBeforeRender = (renderer, scene, camera, currentRenderTarget) => { const cameras = camera.cameras; if(cameras.length >= 2) { const leftPos = new THREE.Vector3(); const rightPos = new THREE.Vector3(); leftPos.setFromMatrixPosition(cameras[0].matrix); rightPos.setFromMatrixPosition(cameras[1].matrix); console.log('IPD', leftPos.distanceTo(rightPos)); } delete scene.onBeforeRender; }; });

      Obviously if you use onBeforeRender of the scene for something else, the above won't work. But simply setting a flag and performing this logic on the next render() of the component achieves effectively the same.

    • Squareys

      Welcome to Wonderland!
      Wonderland Engine • • Squareys

      1
      1
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • msub2

      The site is now live!
      Announcements • • msub2

      1
      3
      Votes
      1
      Posts
      61
      Views

      No one has replied

    • msub2

      Links and Resources
      Wonderland Engine • wonderland • • msub2

      1
      1
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • msub2

      Links and Resources
      Unity • • msub2

      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Work • • msub2

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • msub2

      Links and Resources
      Three.js • • msub2

      1
      0
      Votes
      1
      Posts
      46
      Views

      No one has replied

    • msub2

      Links and Resources
      Playcanvas • playcanvas • • msub2

      1
      0
      Votes
      1
      Posts
      29
      Views

      No one has replied

    • msub2

      Links and Resources
      Babylon.js • babylonjs • • msub2

      1
      0
      Votes
      1
      Posts
      29
      Views

      No one has replied

    • msub2

      Links and Resources
      A-Frame • aframe • • msub2

      1
      0
      Votes
      1
      Posts
      33
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Projects • • msub2

      1
      0
      Votes
      1
      Posts
      60
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Support • • msub2

      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Site Feedback • • msub2

      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Lounge • • msub2

      1
      0
      Votes
      1
      Posts
      29
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Development • • msub2

      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • msub2

      Posting Guidelines
      Discussion • • msub2

      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied