aframe 1.2.0 and navmesh
See original GitHub issuewhen using a simple navigation mesh
-
Using aframe 1.0.4 with aframe-extras works
-
Using aframe 1.2.0 with aframe-extras does not, with the following
Uncaught TypeError: THREE.Geometry is not a constructor
When I then used a local non-min copy of aframe-extras the additional info indicates the error is
Uncaught TypeError: THREE.Geometry is not a constructor at i.loadNavMesh (aframe-extras.js:11127)
when I used a local, non-min copy of aframe-extras
I am not a programmer, but I THINK it’s the THREE.js issue mentioned in “Ocean extra nlot working on aframe 1.2.0”. That said, I have no idea what a work around might look. There are a few other features in aframe 1.2.0 that I am trying to hold on to (for very simple student VR projects)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Issues · n5ro/aframe-extras - GitHub
Contribute to n5ro/aframe-extras development by creating an account on ... [nav-mesh] Is it possible to get, if camera has collided with ...
Read more >Aframe, is aframe-extras navmesh still the way to go?
I'm trying to make an Aframe scene using a landscape that the user can navigate, but I have had a lot of issues...
Read more >aframe-extras - Bountysource
Is it possible to get, if camera has collided with nav-mesh entity? ... When using extras (latest version) with a-frame 1.2.0, console is...
Read more >Collision in A-Frame Using a Navmesh - YouTube
Here are the three cdn links: https:// aframe.io/releases/0.8.2/ aframe.min.jshttps://recast-api. ... Collision in A-Frame Using a Navmesh.
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 >
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
Can you please help me reintroducing the applyMatrix. Can you please create a glitch example with your fixed models and add again scale and position, so I can remix it and work on a fix.
Thanks for the reproduction case @dirkk0 Your navmesh looks correct when I open it in blender. Indeed “WARNING: Multiple instances of Three.js being imported.” is not normal, that may be the issue.