question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Demo (and presumably repo) does not work with aframe 1.1.0

See original GitHub issue

When putting the minimum demo from the repo’s readme with aframe 1.1.0, it doesn’t work.

This is an example with aframe 1.1.0 that produces the error seen below. This is an example with aframe 1.0.4.

2browser.js:111 core:schema:warn Unknown property `model` for component/system `generic-tracked-controller-controls`. 
web2vr.min.js:1 TypeError: Cannot read property 'listeningForMouseEvents' of undefined
    at o.value (web2vr.min.js:1)
    at t.value (web2vr.min.js:1)
    at web2vr.min.js:1

index.js:96 Uncaught TypeError: Cannot read property 'array' of undefined
    at TextGeometry.computeBoundingSphere (index.js:96)
    at P.raycast (three.js:8649)
    at ki (three.js:34685)
    at Ui.intersectObjects (three.js:34733)
    at i.checkIntersections (raycaster.js:227)
    at i.tock (raycaster.js:199)
    at HTMLElement.tock (a-scene.js:764)
    at e.object3D.onAfterRender (a-scene.js:53)
    at We.render (three.js:18659)
    at HTMLElement.render (a-scene.js:798)
    ```

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
kikoanocommented, Jan 15, 2021

In component vr-border the LineBasicMaterial default linewidth was 10 (thats really width line) and while updating the material it was lineWidth and not linewidth how it supposed to be. This command linewidth that uses WebGL lineWidth() will always be 1 on windows by default because ANGLE rendering on windows uses DirectX (default but can be changed to GL) that does not support line width. While ANGLE rendering on other OS uses GL where it supports line width.

1reaction
kikoanocommented, Jan 14, 2021

I think I know why just tested on virtual ubuntu and got it. Will fix it as soon as possible in the dev version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - A-Frame
Official videosphere demo does not work on mobile. How do I display <iframe> s or render HTML in A-Frame? There is no way...
Read more >
Bug listing with status RESOLVED with resolution NEEDINFO ...
Bug:2427 - "portage: if USE variables change, WORKDIR should be cleaned" status:RESOLVED resolution:NEEDINFO severity:normal · Bug:3778 - "RFP: System to account ...
Read more >
Changelog — Python 3.9.14 documentation
The workaround prior to this was to always feed the function data in increments smaller than 4GiB or to just call the zlib...
Read more >
PySimpleGUI 4.15.0 - PyPI
Don't skip the design phase of your GUI after you run some demos and get the hang of ... but I could be...
Read more >
aframe-vartiste-toolkit - npm
Start using aframe-vartiste-toolkit in your project by running `npm ... you run into issues, double check the docs here or the source code....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found