Kaynağa Gözat

Updated builds.

Mr.doob 9 yıl önce
ebeveyn
işleme
11414c7af6
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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();

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
build/three.min.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor