Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXRLoader: bug fixes #13825

Merged
merged 1 commit into from
Apr 12, 2018
Merged

EXRLoader: bug fixes #13825

merged 1 commit into from
Apr 12, 2018

Conversation

richardmonette
Copy link
Contributor

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

@mrdoob @Mugen87

@@ -839,6 +839,10 @@ THREE.EXRLoader.prototype._parser = function ( buffer ) {

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