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

Add OpenGL tool braynsIBL for IBL map generation #782

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

tribal-tec
Copy link
Contributor

  • Add cubemap texture to brayns, supported in OptiX only
  • Use cubemaps instead of equirectangular maps to fix pole artifacts

@ppodhajski
Copy link
Contributor

retest this please

1 similar comment
@ppodhajski
Copy link
Contributor

retest this please

chevtche
chevtche previously approved these changes Jun 24, 2019
size_t _height{0};
size_t _mipLevels{0};
TextureWrapMode _wrapMode{TextureWrapMode::mirror};
std::vector<std::vector<std::vector<unsigned char>>> _rawData;
Copy link
Contributor

Choose a reason for hiding this comment

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

//Faces, mips. pixels

* Add cubemap texture to brayns, supported in OptiX only
* Use cubemaps instead of equirectangular maps to fix pole artifacts
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