Skip to content

Conversation

dnachbaur
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
@dnachbaur dnachbaur merged commit e4111bc into BlueBrain:master Jun 24, 2019
@dnachbaur dnachbaur mentioned this pull request Jun 25, 2019
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