Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teleport controls simply crashes #14

Closed
swyxio opened this issue Mar 27, 2017 · 4 comments
Closed

teleport controls simply crashes #14

swyxio opened this issue Mar 27, 2017 · 4 comments

Comments

@swyxio
Copy link

swyxio commented Mar 27, 2017

usable source: https://glitch.com/edit/#!/adaptable-income

tested on chromium 56.0.2910.0 + vive

symptoms: when i click the trackpad to teleport, chromium just says "loading" and then becomes unresponsive. i suspect there is some hidden dependency somewhere that is no longer valid.

i am just trying this out so have not spent time digging into why this is happening.

@swyxio
Copy link
Author

swyxio commented Mar 27, 2017

in case glitch goes down:

<!DOCTYPE html>
<html>
  <head>
    <title>Textures - A-Frame School</title>
    <meta name="description" content="Textures - A-Frame School">
    <script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
  <script src="https://rawgit.com/fernandojsg/aframe-teleport-controls/master/dist/aframe-teleport-controls.min.js"></script>
  <script src="https://unpkg.com/aframe-controller-cursor-component/dist/aframe-controller-component.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-sky src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Fsechelt.jpg?1490307995926" radius="30"></a-sky>

      <a-box src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Ftexture.jpg?1490308149272" position="-2 0.5 -4"></a-box>
      <a-sphere src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Fcubes.jpg?1490308405745" radius="0.5" position="0 0.5 -3"></a-sphere>
      <a-cone src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Fcone.jpg?1490308535937" height="2" radius-top="0.1" position="0 1 -6"></a-cone>
      <a-box src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Fdirt.jpg?1490308269805" position="2 0.5 -4"></a-box>

      <a-plane src="https://cdn.glitch.com/b870d9ec-1139-44f9-b462-223e4a2c74e7%2Ffloor.jpg?1490307896453" rotation="-90 0 0" height="100" width="100"></a-plane>

      <a-light type="ambient" color="#666"></a-light>
      <a-light type="point" intensity="1" position="2 4 4"></a-light>
    <a-entity teleport-controls vive-controls="hand: left"></a-entity> 
    <a-entity vive-controls="hand: right" controller-cursor></a-entity>
<!--       <a-entity hand-controls="left"></a-entity> -->
<!--       <a-entity hand-controls="right"></a-entity> -->
    </a-scene>
  </body>
</html>

@swyxio
Copy link
Author

swyxio commented Mar 27, 2017

@banada banada mentioned this issue Apr 4, 2017
@banada
Copy link

banada commented Apr 4, 2017

The files in dist/ are out of date. If you clone and run
npm install .
You should be able to take the new files from dist/ and use them.

@banada
Copy link

banada commented Apr 4, 2017

Or, just download from my branch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants