|
@@ -54,7 +54,6 @@ THREE.Texture.prototype = {
|
|
if ( value === true ) {
|
|
if ( value === true ) {
|
|
|
|
|
|
this.version ++;
|
|
this.version ++;
|
|
- this.update();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -182,12 +181,6 @@ THREE.Texture.prototype = {
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
- update: function () {
|
|
|
|
-
|
|
|
|
- this.dispatchEvent( { type: 'update' } );
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
dispose: function () {
|
|
dispose: function () {
|
|
|
|
|
|
this.dispatchEvent( { type: 'dispose' } );
|
|
this.dispatchEvent( { type: 'dispose' } );
|