Doodle3D/Doodle3D-Core

Importing image gives javascript error

Closed this issue · 0 comments

Uncaught TypeError: Cannot read property 'mesh' of undefined
    at ShapesManager.update (ShapesManager.js:103)

line with the error (ShapesManager.js:103):

        const shape = this._meshes[id].mesh;

open-image-js-error