-
```import React, { useEffect, useState, useRef } from 'react';
import 'aframe';
import 'mind-ar/dist/mindar-image-aframe.prod.js';
import mindfile from "../../stage/targets.mind";
co…
-
I'm using mind ar aframe with react and sometimes when the camera starts this error occurs, including with the example of multi targets.
Here is my code:
import React, { useEffect, useRef } from '…
-
I'm getting all the A-frame elements to render to the page. However, the "Enter VR" icon is missing, so I can't view it in VR. I've already tried refactoring all A-frame elements to entity and scene R…
-
I am getting this -
```
Failed to compile.
Error in ./~/aframe-react/dist/index.js
Module not found: 'prop-types' in ~/dev/vr/kastioVR-poc/node_modules/aframe-react/dist
@ ./~/aframe-reac…
-
# [A-Frame](https://aframe.io/)
* [Official site](https://aframe.io/)
* [Example Scenes](https://aframe.io/examples/)
* [Documentation](https://aframe.io/docs/)
* [Sample Usage](https://github.c…
-
Hi
I am trying to load animations but getting below errors. Our app uses three-133 so I tried forking the repo and updating three version to 133 and 137. Tried calling models from imported Three, as …
-
when I try to install the aframe-physics-system using npm I'm getting the following error:
```
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@…
-
I’m using AFRAME with react-aframe and i need to unmount scene at a certain time. Is there a way to free memory used by AFRAME after the scene as been unmounted?
Thanks
-
Hi,
I am using following versions of aframe and aframe-react
"aframe": "^1.0.3",
"aframe-react": "^4.4.0",
I am trying to render a gltf model -
…
-
- https://www.pluralsight.com/guides/front-end-javascript/getting-started-with-react-vr
- https://github.com/onepopcorn/forestvr
- https://aframe.io/aframe-school/
Pano sites
- https://www.360ci…