|
@@ -1632,6 +1632,8 @@ THREE.ColladaLoader.prototype = {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ console.warn( 'THREE.ColladaLoader: Couldn\'t find camera with ID:', id );
|
|
|
+
|
|
|
return null;
|
|
|
|
|
|
}
|
|
@@ -1765,6 +1767,8 @@ THREE.ColladaLoader.prototype = {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ console.warn( 'THREE.ColladaLoader: Couldn\'t find light with ID:', id );
|
|
|
+
|
|
|
return null;
|
|
|
|
|
|
}
|