@@ -90,7 +90,6 @@
geometry.dispose();
material.dispose();
texture.dispose();
- mesh.dispose();
}
@@ -740,12 +740,6 @@ THREE.Geometry.prototype = {
this.dispatchEvent( { type: 'dispose' } );
- for ( var property in this ) {
-
- this[ property ] = null;
- }
};
@@ -349,16 +349,6 @@ THREE.Object3D.prototype = {
return object;
- },
- dispose: function () {
@@ -120,12 +120,6 @@ THREE.Material.prototype.dispose = function () {
THREE.MaterialIdCount = 0;
@@ -81,12 +81,6 @@ THREE.Texture.prototype = {