microsoft / DirectXTex

DirectXTex texture processing library
https://walbourn.github.io/directxtex/
MIT License
1.83k stars 449 forks source link

Add support for generating spherical environment maps #39

Open walbourn opened 8 years ago

walbourn commented 8 years ago

Spherical Environment Mapping (Direct3D 9)

Sphere mapping

Blinn & Newell, "Texture and Reflection in Computer Generated Images", Communications of the ACM. 1976. link

Converting to/from cubemaps

walbourn commented 8 years ago

In other words, given six faces of a cubemap, generate a spherical environment map from it.

walbourn commented 3 years ago

Work in progress for this is in the texenvmap branch.

walbourn commented 2 years ago

https://github.com/microsoft/DirectXTK/issues/342

walbourn commented 2 months ago

This seems like functionality that should be in texenvmap.

https://github.com/microsoft/DirectXTex/issues/509