You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught SyntaxError: The requested module './vendor/three/build/three.module.js' does not provide an export named 'BoxBufferGeometry' (at main.js:3:3)
After some research I realized instead of BoxBufferGeometry it needs to be BoxGeometry.
So maybe you want to fix it in the book.
The text was updated successfully, but these errors were encountered:
Hello! I am following and trying to reproduce the code in https://discoverthreejs.com/book/first-steps/first-scene/
And I was getting this error:
Uncaught SyntaxError: The requested module './vendor/three/build/three.module.js' does not provide an export named 'BoxBufferGeometry' (at main.js:3:3)
After some research I realized instead of BoxBufferGeometry it needs to be BoxGeometry.
So maybe you want to fix it in the book.
The text was updated successfully, but these errors were encountered: