Jelajahi Sumber

Updated builds.

Mr.doob 9 tahun lalu
induk
melakukan
11414c7af6
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      build/three.js
  2. 1 1
      build/three.min.js

+ 2 - 2
build/three.js

@@ -23289,9 +23289,9 @@ THREE.Scene = function () {
 THREE.Scene.prototype = Object.create( THREE.Object3D.prototype );
 THREE.Scene.prototype.constructor = THREE.Scene;
 
-THREE.Scene.prototype.copy = function ( source ) {
+THREE.Scene.prototype.copy = function ( source, recursive ) {
 
-	THREE.Object3D.prototype.copy.call( this, source );
+	THREE.Object3D.prototype.copy.call( this, source, recursive );
 
 	if ( source.fog !== null ) this.fog = source.fog.clone();
 	if ( source.overrideMaterial !== null ) this.overrideMaterial = source.overrideMaterial.clone();

File diff ditekan karena terlalu besar
+ 1 - 1
build/three.min.js


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini