AMD Leo Real Time DX11 Demo
The Leo demo showcases a realtime, DirectX 11 based lighting pipeline that is designed to allow for rendering scenes made of arbitrarily complex materials (including transparencies), multiple lighting models, and minimal restrictions on the number of lights that can be used all while supporting hardware MSAA and efficient memory usage. Specifically, this demo uses DirectCompute to cull and manage lights in a scene. The end result is a perpixel or pertile list of lights that forwardrender based shaders use for lighting each pixel. This technique also allows for adding one bounce global illumination effects by spawning virtual point light sources where light strikes a surface. Finally, the lighting in this demo is physically based in that it is fully HDR and the material and reflection models take advantage of the ALU power of the AMD Radeon HD 7900 GPU to calculate physically accurate light and surface interactions (multiple BRDF equations, realistic use of index of refraction, absorption base br, br,
|
|