ソースを参照

Updated builds.

Mr.doob 9 年 前
コミット
11414c7af6
2 ファイル変更3 行追加3 行削除
  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();

ファイルの差分が大きいため隠しています
+ 1 - 1
build/three.min.js


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません