mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
-Adds reversed depth projection model, dramatically increasing depth buffer effective resolution. -Adds 32F depth 8U stencil format GFXFormatD32FS8X24 (following DX naming conventions). Note this is a 64-bit format, and likely not suitable for mobile platforms. Revert to GFXFormatD24S8 in renderManager.tscript for mobile & "ancient" platforms. -Corrects alignment of texture type details array. |
||
|---|---|---|
| .. | ||
| advanced | ||
| basic | ||
| common | ||
| shadowMap | ||
| lightInfo.cpp | ||
| lightInfo.h | ||
| lightingInterfaces.cpp | ||
| lightingInterfaces.h | ||
| lightManager.cpp | ||
| lightManager.h | ||
| lightQuery.cpp | ||
| lightQuery.h | ||
| shadowManager.cpp | ||
| shadowManager.h | ||