fix the way of removeing a mesh
@@ -4021,7 +4021,7 @@ THREE.WebGLRenderer = function ( parameters ) {
function removeInstancesWebglObjects( objlist, object ) {
- delete objlist[object];
+ delete objlist[object.id];
};