簡介
Following the release of DirectX 11 features for Unreal Engine 3 (UE3) last year, AMD has done a number of code submissions to further enhance graphics features in UE3. This presentation will cover each code submission in detail: tessellation, multi-monitor support, vertex shader-based Bokeh Depth of Field (DOF) and post-processing Anti-Aliasing.
Tessellation: Describes the new Phong tessellation mode that was added into UE3 as well as optimization options that were imported into the material editor. How to implement tessellation optimizations in the material editor without touching the shader code will also be covered.
Multi-monitor Support: The ever-improving affordability of LCD monitors combined with the level of performance found in recent GPUS are enabling more and more gamers to take full advantage of the PC Gaming experience by upgrading their system to a multi-monitor gaming setup like AMD Eyefinity. This presentation will describe how UE3 licensees can easily add multi-monitor support in their titles with minimal code changes. Considerations regarding Frustum updates and the scaling of on-screen elements such as HUD and menus will also be covered.
Vertex Shader Based Bokeh DOF: Last year, UE3 released a stunning DirectX 11 feature: Bokeh DOF. This feature makes use of the geometry shader to render a massive number of point sprites. Unfortunately the use of the Geometry Shader is subject to hardware limitations and can suffer from performance considerations that can impact the efficiency of this technique. This topic covers how the same effect was implemented using vertex shader and was made to work on both DX9 and DX11.
Post-processing AA: This topic will cover the new UE3 post-processing Fullscreen Anti-Aliasing features: FXAA and MLAA. We will focus on how to setup MLAA and what the differences are between MLAA and FXAA.