提交 6d16eae8 编写于 作者: W WestLangley

Clean up

上级 1d4da648
...@@ -1144,7 +1144,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade ...@@ -1144,7 +1144,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
} else { } 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 ...@@ -1199,7 +1199,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
} else { } 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 ...@@ -1211,7 +1211,7 @@ THREE.EXRLoader.prototype = Object.assign( Object.create( THREE.DataTextureLoade
} else { } else {
throw 'EXRLoader._parser: ' + EXRHeader.compression + ' is unsupported'; throw 'EXRLoader.parse: ' + EXRHeader.compression + ' is unsupported';
} }
......
...@@ -1154,7 +1154,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype ...@@ -1154,7 +1154,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype
} else { } 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.';
} }
...@@ -1209,7 +1209,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype ...@@ -1209,7 +1209,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype
} else { } 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.';
} }
...@@ -1221,7 +1221,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype ...@@ -1221,7 +1221,7 @@ EXRLoader.prototype = Object.assign( Object.create( DataTextureLoader.prototype
} else { } else {
throw 'EXRLoader._parser: ' + EXRHeader.compression + ' is unsupported'; throw 'EXRLoader.parse: ' + EXRHeader.compression + ' is unsupported';
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册