MetaCell / geppetto-meta

Other
2 stars 4 forks source link

Fix vfb example on geppetto-showcase #484

Open afonsobspinto opened 1 year ago

afonsobspinto commented 1 year ago

I'm seeing:

VFBExample.js:116 Uncaught (in promise) TypeError: three__WEBPACK_IMPORTED_MODULE_4__.Geometry is not a constructor
    at VFBExample.get3DPlane (VFBExample.js:116:22)
    at VFBExample.onMount (VFBExample.js:167:24)
    at Canvas._callee$ (Canvas.js:82:5)
    at tryCatch (Canvas.js:2:1)
    at Generator._invoke (Canvas.js:2:1)
    at Generator.next (Canvas.js:2:1)
    at asyncGeneratorStep (Canvas.js:2:1)
    at _next (Canvas.js:2:1)

When loading the vfb example on the geppetto showcase

afonsobspinto commented 1 year ago

https://discourse.threejs.org/t/three-geometry-will-be-removed-from-core-with-r125/22401