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

Implement HDR/PIC format support #26

Open
AlexMarinescu opened this issue Oct 25, 2015 · 3 comments
Open

Implement HDR/PIC format support #26

AlexMarinescu opened this issue Oct 25, 2015 · 3 comments

Comments

@AlexMarinescu
Copy link
Member

Parsing and loading .hdr and .pic images. Basically radiance format, a good description of how is structured is found here: http://paulbourke.net/dataformats/pic/

@AlexMarinescu
Copy link
Member Author

I need to look into OpenEXR but I doubt we will make any use of it.

@AlexMarinescu
Copy link
Member Author

Pushed the parser. However there are some bugs that need to be fixed.

@AlexMarinescu
Copy link
Member Author

Cannot get the texture to render. I get weird lines, either the color data is not all loaded properly (ran some checks and for most part it seem alright). Three things that could be at fault, the way the data is being sent to the buffer, the order the colors are in so the shader doesn't account for that or incomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant