microsoft / DirectXTex

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

Add support for generating spherical environment maps #39

Open walbourn opened 7 years ago

walbourn commented 7 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 7 years ago

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

walbourn commented 2 years ago

Work in progress for this is in the texenvmap branch.

walbourn commented 1 year ago

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