movement-controls broken with aframe 1.2.0
See original GitHub issueHi
movement-controls broken with aframe 1.2.0
<a-entity id="player" movement-controls="constrainToNavMesh: true; controls: keyboard" position="0 0 60" rotation="0 0 0">
worked with aframe 1.1.0
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Aframe, is aframe-extras navmesh still the way to go?
4 + A-Frame Extras nav-mesh and movement-controls, but their error is different than mine. Before I go on the journey to solve this...
Read more >aframe-extras - Bountysource
I think using right stick to rotate the player in the movement controls is essential for seated VR experience ... movement-controls broken with...
Read more >aframe - npm
Cross-Platform: Build VR applications for Vive, Rift, Daydream, GearVR, and Cardboard. Don't have a headset or controllers? No problem! A- ...
Read more >Component Directory - A-Frame Wiki
Component Description Link Example Co...
3dtiles A‑Frame component to stream and render 3DTiles Repo Examples 1.3.0
6dof‑object‑control 6DoF Controls for in‑scene entities Repo None 1.3.0
animation‑mixer...
Read more >Some notes while learning about A-frame | aframe-playground
I started with version 0.6.1, which was current when I started my learning process, but (if there is no mistake) everything is updated...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, I’ve got what I believe to be a fix for this.
See https://github.com/n5ro/aframe-extras/pull/358
Yes I know about the issue with navmesh. I have been working on it, asking questions, researching the problem, I have some ideas about what I need to do to fix it.
Someone created a basic navmesh demo and I am using it to test a possible fix
here is what I am working on now https://glitch.com/edit/#!/navmesh1
and here is an older version of it https://glitch.com/edit/#!/navmesh
Please feel free to remix these and use them to test possible solutions.
– Sincerely,
Micah Blumberg 3+ years webxr code experience, 5+ years virtual reality & technology journalist, he/him
Silicon Valley Global News (Science & Technology Journalism) and VRMA.io Virtual Reality Magazine (WebXR based news), http://svgn.io
Github github.com/n5ro github.com/micah1 http://github.com/n5ro
The Aframe WebXR Online Hacknight & San Francisco Virtual Reality https://www.meetup.com/virtualreality/events
Auto-bio: http://vrma.io Twitter: https://twitter.com/worksalt instagram: https://www.instagram.com/micahsun/ linkedin: https://www.linkedin.com/in/worksalt/
On Sat, Apr 10, 2021 at 2:51 PM Ross Bishop @.***> wrote: