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

three.js equirectangular video shaking in vive headset

I render an equirectangular video on the three.js sphere and test the performance of Chromium WebVR on VIVE. I notice that the video vibrates and shakes when I look around in VIVE. That makes me feel dizzy. If I replace video to image, the…
Claire
  • 5
  • 4
0
votes
1 answer

How do I Load a 360 degree skybox in A-Frame

I have been having issues with loading a local image into the skybox. This is my code. ... .....
Travis Rivera
  • 428
  • 1
  • 4
  • 19
0
votes
1 answer

Why I do not see obj and mtl in this A-frame?

I am just getting started with a-frame 0.4.0 3d objects, but I think I make something basic wrong. I started as I see here: https://aframe.io/docs/0.4.0/components/obj-model.html and I used this model:…
gabor aron
  • 390
  • 2
  • 3
  • 15
0
votes
1 answer

Chrome.exe doesn't respond after update HTC vive station firmware

today I've done the last update of bases stations of an htc vive, but now when I'm launching a WebVR application steamVR tell me that VR is available but Chrome.exe doesn't respond... I've updated my Graphic card : GTX 1080 I've re-installed steam /…
cborner
  • 11
  • 4
0
votes
1 answer

How to include drag and drop component into a-frame /web vr?

I am using a-frame and trying to include the drag and drop feature-so I can drag and drop elements around. Nothing works and there is unfortunately not much online..I was looking at this:https://jesstelford.github.io/aframe-click-drag-component/ but…
javascript2016
  • 973
  • 3
  • 17
  • 41
0
votes
1 answer

Ionic2 and Aframe in iphone

I'm making a VR 360 application using Ionic2 and Aframe. It should be easy because Aframe is all you need to do it (you set a video asset and load it from a videosphere primitive) but I don´t get the desire result. I have the problem with Ios (works…
Goltra
  • 113
  • 14
0
votes
1 answer

What tool should I use to capture video from a WebVR session?

I want to record myself using WebVR. What tool should I use to capture video from a WebVR session?
ngokevin
  • 12,980
  • 2
  • 38
  • 84
0
votes
2 answers

What is the simplest way to rotate entity with one or two controllers in A-Frame?

I want to grab a box and rotate it with vive-controllers along Y axis, but not enabling any gravity or other physics. I tried to enable aframe-physics-system, but it required gravity. And if I set gravity to 0, all dynamic bodies fly to the ceil.
0
votes
1 answer

How do you set opacity of an AFrame entity using jQuery?

I am trying to control the opacity of a text entity on the canvas. So I need to know how to do it using jQuery. Here is what I am trying to do: $("#textEntity").attr("material","opacity: 0;"); Which is not working. Please help. Thank you.
0
votes
1 answer

Play sound component with animation using A-Frame

I'm trying to build an A-Frame scene where a car drives by the user, and I need the sound of the car to start playing as the car starts moving. For example:
Isaac Wasserman
  • 1,461
  • 4
  • 19
  • 39
0
votes
1 answer

Is there a better way to create a button in AFrame?

I've seen this answer to how to create a 3-dimensional button in AFrame, but I was wondering if there was a better way to accomplish this. If there isn't, could somebody please clarify how the rotation/position attributes for the text work (e.g.…
hyperdo
  • 417
  • 1
  • 6
  • 11
0
votes
1 answer

Find viewing angle from DeviceOrientationControls in threejs

I'm making a WebVR environment. I've added controls so you can navigate in the scene and added DeviceOrientationControls so I can use the scene in my cardboard. However, the controls I'm using now are influencing the camera and when I'm looking…
Kevin
  • 1,219
  • 1
  • 16
  • 34
0
votes
1 answer

Reset camera rotation when using universal-controls

I was puzzled with resetting camera rotation, I wrote a simple component to reset camera rotation, the code is published at aframe demo I add 'click' event listener to the blue box, if the box was clicked. then, i would reset camera rotation to…
Craig.Li
  • 1,336
  • 10
  • 17
0
votes
1 answer

A-frame (VR) picking of nested entities

Im grouping 'es with a wrapper. Then, Im using the cursor component in the and trying to pick/select individual objects that make up the wrapper, yet only wrapper gets selected, not the individual…
deepblue
  • 8,426
  • 13
  • 48
  • 60
0
votes
1 answer

Eye separation using WebVR

I'm trying to make a WebVR environment using Three.js. I exported some scenes from Cinema4D and loaded them in with the Colladaloader of Three.js. Now I wanted to try this environment in my Google Cardboard but I needed to have the split screen for…
Kevin
  • 1,219
  • 1
  • 16
  • 34