microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 509 forks source link

ID3DXRenderToEnvMap utility helper #342

Open walbourn opened 1 year ago

walbourn commented 1 year ago

A helper for creating cube maps, sphere environment maps, and parabolic environment maps with render-to-texture. It shipped in the legacy D3DX9 library.

walbourn commented 3 weeks ago

This code may make more sense to live in texenvmap https://github.com/microsoft/DirectXTex/issues/509