Skip to content

Instantly share code, notes, and snippets.

View dragGH102's full-sized avatar

Manuel Gajo dragGH102

View GitHub Profile
@dragGH102
dragGH102 / aframe_look_and_events.html
Last active July 6, 2017 17:34
Teleport movement demoTeleport movement demo// source https://jsbin.com/tolobab
<html>
<head>
<title>Teleport movement demo</title>
<meta name="description" content="Teleport movement demo">
<script src="https://aframe.io/releases/0.3.1/aframe.js"></script>
</head>
<body>
<a-scene>
<a-entity position="0 1.8 4" camera id="camera" look-controls="enabled: true">
@dragGH102
dragGH102 / aframe_simplecubes.html
Last active July 6, 2017 17:29
VR workshop position and color// source https://jsbin.com/tigikaw
<!doctype html>
<meta name="robots" content="noindex">
<html>
<head>
<title>VR workshop position and color</title>
<script src="https://aframe.io/releases/0.5.0/aframe.js"></script>
</head>
<body>
<a-scene>
<a-box color="yellow" position="-1.7 0 -5"></a-box>