Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create InstanceGroupMesh #1

Open
Strikeeaglechase opened this issue Jun 21, 2022 · 1 comment
Open

Cannot create InstanceGroupMesh #1

Strikeeaglechase opened this issue Jun 21, 2022 · 1 comment

Comments

@Strikeeaglechase
Copy link

Attempting to instantiate InstanceGroupMesh results in the following error:

THREE.InstancedGroupMesh.esm.js?916d:36 Uncaught (in promise) TypeError: Class constructor Mesh cannot be invoked without 'new'
    at new InstancedGroupMesh (THREE.InstancedGroupMesh.esm.js?916d:36:1)
    at MeshLoader._callee2$ (meshLoader.ts?aa39:194:1)
    at tryCatch (runtime.js?c56e:63:1)
    at Generator.invoke [as _invoke] (runtime.js?c56e:294:1)
    at Generator.eval [as next] (runtime.js?c56e:119:1)
    at asyncGeneratorStep (asyncToGenerator.js?4c68:3:1)
    at _next (asyncToGenerator.js?4c68:25:1)

This is with THREEJs 0.136.0 and three-instanced-group-mesh 1.0.1

@troy351
Copy link
Owner

troy351 commented Jun 22, 2022

try v1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants