Open walbourn opened 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
In other words, given six faces of a cubemap, generate a spherical environment map from it.
Work in progress for this is in the texenvmap branch.
https://github.com/microsoft/DirectXTK/issues/342
This seems like functionality that should be in texenvmap.
texenvmap
https://github.com/microsoft/DirectXTex/issues/509
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