rdub80 / aframe-gui

Graphical User Interface Component Framework for A-Frame VR
https://rdub80.github.io/aframe-gui/
MIT License
280 stars 64 forks source link

Error in browser console: Faceless geometry are no supported #36

Open giodegas opened 4 years ago

giodegas commented 4 years ago

When I launch the "A-Frame GUI All Components" demo, I get this error at the browser console:

THREE.DirectGeometry: Faceless geometries are not supported. three.js:11050:12

Tested with Firefox and Chromium browsers, same error.

giodegas commented 4 years ago

It is not blocking, but shows up as a red error.

rdub80 commented 4 years ago

Thanks! I will look into it, might just be a wrapping entity in the GUI

levexis commented 3 years ago

I think this may be the cursor animations / geometry changes using aframe utils - https://github.com/rdub80/aframe-gui/pull/55