|
@@ -1144,7 +1144,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- throw 'EXRLoader._parser: unsupported pixelType ' + EXRHeader.channels[ channelID ].pixelType + '. Only pixelType is 1 (HALF) is supported.';
|
|
|
+ throw 'EXRLoader.parse: unsupported pixelType ' + EXRHeader.channels[ channelID ].pixelType + '. Only pixelType is 1 (HALF) is supported.';
|
|
|
|
|
|
}
|
|
|
|
|
@@ -1199,7 +1199,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- throw 'EXRLoader._parser: unsupported pixelType ' + EXRHeader.channels[ channelID ].pixelType + '. Only pixelType is 1 (HALF) is supported.';
|
|
|
+ throw 'EXRLoader.parse: unsupported pixelType ' + EXRHeader.channels[ channelID ].pixelType + '. Only pixelType is 1 (HALF) is supported.';
|
|
|
|
|
|
}
|
|
|
|
|
@@ -1211,7 +1211,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- throw 'EXRLoader._parser: ' + EXRHeader.compression + ' is unsupported';
|
|
|
+ throw 'EXRLoader.parse: ' + EXRHeader.compression + ' is unsupported';
|
|
|
|
|
|
}
|
|
|
|