Skip to content

Conversation

@richardmonette
Copy link
Contributor

Couple of tiny fixes for the EXRLoader, notably adds better support for EXRs exported from Nuke.

@mrdoob @Mugen87


return parseV2f( dataView, offset );

} else if ( type == 'int' ) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use the strict comparison operator (===) in EXRLoader? That would be great for code style 😇

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll clean it up 👌

@mrdoob mrdoob added this to the r92 milestone Apr 12, 2018
@mrdoob mrdoob merged commit 3b361b6 into mrdoob:dev Apr 12, 2018
@mrdoob mrdoob changed the title exr loader bug fixes EXRLoader: bug fixes Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants