Questions tagged [webvr]

WebVR is an experimental JavaScript API that provides support for virtual reality devices, such as the HTC Vive, Oculus Rift or Google Cardboard, in a web browser.

Note: WebVR is deprecated and has been superseded by WebXR; see .


The burgeoning WebVR APIs provide sensor information from virtual reality devices (such as the Oculus Rift) which, in conjunction with WebGL, allows for the creation of VR web applications.

More information at:

596 questions
0
votes
1 answer

Loading a panoramic image into A-Frame

Im just beginning to learn about A-Frame and Im attempting to load a local image taken with my ricoh theta into an a-frame scene. I ran into the CORS issue and attempted to use the A-Frame asset loader which adds the cors header but was told it…
0
votes
1 answer

Configure WebVR in google chrome mobile for specific google cardboard / VR device

I've created a simple WebVR app using A-Frame. On my phone it will launch into VR mode however it doesn't seem to be well configured for my model of google cardboard. The two images are two far apart and I just get a double vision rather than 3d…
tam203
  • 199
  • 1
  • 2
  • 13
0
votes
1 answer

How do I get started modeling data with A-frame?

For a beginner, how do I model simple data nodes and relationships using A-frame. I'd like to create a rudimentary VR visualization? Can I upload a file, what format would it be, what else do I need to do? Thanks for any help to get started or…
0
votes
0 answers

fine on Nexus 5x, double vision on Pixel

Using A-frame, on Nexus 5x my scene looks fine. However on Pixel the content in one of the eyes is too far apart, making the image double vision when headset on. Does anyone know a fix for this? Could it be the larger screen? Thanks
0
votes
1 answer

How do i restrict the size of display the camera shows in a-frame WebVr

I have 2 questions in A-Frame First is In A-frame suppose i have a camera and i want it to show only a certain dimension for example 1366x768 or 700*700 how can i achieve that? I have attached a camera to a entity…
0
votes
1 answer

Utilizing A-Frame with Squarespace to build a WebVR website

I'm trying to make a WebVR website. I currently use Squarespace as my website builder (don't judge me). When I'm in the code injection section to include my code into the header I use the code below that's provided by A-Frame's website:
0
votes
1 answer

My A-Frame isn't rendering while my Javascript function is running. How can I have it render simultaneously?

Using Mozilla's A-Frame for WebVR, I try to edit one object's y-position with javascript. However, nothing shows up on the web page until my javascript is done running. Why isn't it simultaneous? This is my HTML page: …
Jonathan Allen Grant
  • 3,408
  • 6
  • 30
  • 53
0
votes
2 answers

Within a Unity VR Game, can I open Unity's web browser to a webVR app?

Question in the title. Kind of like VR-Inception. Would it be possible?
Jonathan Allen Grant
  • 3,408
  • 6
  • 30
  • 53
0
votes
1 answer

What is the most efficient way to trigger 'sound-ended' on an entity

I'm working on a storytelling structure based off A-frame. I've split a voice over audio file into 3 parts, and the goal is to trigger each audio in the sequence only if the right conditions are met. I've tried…
0
votes
0 answers

How to blur an object in webVR?

In my scene i have a glowing cube. Firstly, i render the cube on a texture and then render the texture applying gaussian blur post processing. In this way i get the result right when i am not in VR mode. Here it is - But when i go to VR mode, it…
Rasheduzzaman Sourov
  • 1,375
  • 2
  • 15
  • 36
0
votes
0 answers

Cannot Get Look Controls to work

I cannot get the look controls to work with aframe-react. WASD controls work fine, and the assets appear fine. import React from 'react'; import 'aframe'; import {Entity, Scene, Animation} from 'aframe-react'; class AugmentedForest extends…
Knoland
  • 99
  • 1
  • 9
0
votes
1 answer

A-Frame IOS Inline video Phonegap

Does anyone know if its possible to play inline video via A Frame in a Phonegap app? I can get inline video working on my IPhone if the webpage is pinned to the home screen and I access the web page that way. (How people are using it here:…
garyconstable
  • 309
  • 3
  • 15
0
votes
1 answer

How can I pin an entity or primitive to a vive controller in a-frame?

I'm using the Vive Controls component in A-Frame: https://aframe.io/docs/0.3.0/components/vive-controls.html I'm trying to figure out how to "pin" an object to the vive controller in VR, so the user sees an object next to their controller at all…
Kieran F.
  • 567
  • 4
  • 16
0
votes
0 answers

Video playback on cube Webgl / Three.js IOS

is it possible to get video playback working on a square with IOS? Ideally the video would come from a youtube stream. I have been searching but I cant find anything that seems to work. My end goal is to make a WebVR web app that can play videos in…
garyconstable
  • 309
  • 3
  • 15
0
votes
1 answer

Browsing VR websites in full screen stereoscopic view

I'm creating a virtual reality website and was wondering how could one make visitors browse from one VR website (A) in full screen stereoscopic view to another VR website (B), without exiting full screen stereoscopic view ? Is it even possible…
pie
  • 365
  • 2
  • 9