Achref Nasri

Results 3 comments of Achref Nasri

the cause of the problem is three-memory-cleaner.js in the viewer3d i managed to fix the problem temporarly by removing those line from disposeMesh function : `disposeMultimaterial(mesh.material); disposeMaterial(mesh.material); mesh.material = null;`...

it's because of "three-memory-cleaner.js" of the function disposeMesh(); when disposing the mesh it removes the texture from memory so in your case you have 2 options opt1: remove this lines...

react planner uses 'SVG' to draw items wich means the last item drawn will be in the foreground for your case you will need to reorder the items in the...