MetaCell / MetaCell/geppetto-meta
Fix vfb example on geppetto-showcase
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in VFBExample.js at get3DPlane around line 116, then trace its call from onMount around line 167 and the Canvas.js stack entry around line 82. Reproduce the VFB example and inspect the Three.js geometry usage; done means the example loads without the reported Geometry constructor error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, three.js
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100