|
@@ -2305,6 +2305,8 @@ THREE.GLTFLoader = ( function () {
|
|
|
|
|
|
} else {
|
|
|
|
|
|
+ console.warn( 'THREE.GLTFLoader: Missing min/max properties for accessor POSITION.' );
|
|
|
+
|
|
|
return;
|
|
|
|
|
|
}
|
|
@@ -2342,6 +2344,10 @@ THREE.GLTFLoader = ( function () {
|
|
|
|
|
|
box.expandByVector( vector );
|
|
|
|
|
|
+ } else {
|
|
|
+
|
|
|
+ console.warn( 'THREE.GLTFLoader: Missing min/max properties for accessor POSITION.' );
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|