aframe-lod
aframe-lod copied to clipboard
Doesn't work with A-Frame 0.6.1 or higher
Looks like there's been some breaking changes with the upgraded THREE.js version that A-Frame 0.6.1 uses. The LOD component no longer swaps out the geometry as expected, and instead renders all the children at the same time. Not 100% sure what's going on here. A-Frame 0.5.0 and 0.6.0 is fine.
The same thing has been happening with me while using aframe 0.8.2 version. @UXVirtual did you find any solution to this? If yes, please do let me know.
Unfortunately I never managed to find a workaround for this. It'll probably involve a deep dive into the code for the LOD component. There's probably some further performance enhancements that could be made to this too.
Hi guys, did anyone manage to find a LOD solution on the latest aframe versions?