|
|
@@ -109,8 +109,6 @@ class UltraHDRLoader extends Loader {
|
|
|
*/
|
|
|
parse( buffer, onLoad ) {
|
|
|
|
|
|
- console.time( 'UltraHDRLoader' );
|
|
|
-
|
|
|
const xmpMetadata = {
|
|
|
version: null,
|
|
|
baseRenditionIsHDR: null,
|
|
|
@@ -293,8 +291,6 @@ class UltraHDRLoader extends Loader {
|
|
|
gainmapImage,
|
|
|
( hdrBuffer, width, height ) => {
|
|
|
|
|
|
- console.timeEnd( 'UltraHDRLoader' );
|
|
|
-
|
|
|
onLoad( {
|
|
|
width,
|
|
|
height,
|