UNPKG

aframe-react-boilerplate

Version:

Boilerplate for building virtual reality experiences with A-Frame and React.

16 lines (15 loc) 454 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>TreactVR</title> </head> <body> <div id="sceneContainer" style="height: 100%; width: 100%"></div> <a-entity camera="near: 0.01" look-controls position="0 1.5 0"> <a-entity leap-hand="hand: left"></a-entity> <a-entity leap-hand="hand: right"></a-entity> </a-entity> </body> </html>