Olano, MarcKuehne, BobSimmons, MaryannM. Doggett and W. Heidrich and W. Mark and A. Schilling2013-10-282013-10-2820031-58113-739-11727-3471https://doi.org/10.2312/EGGH03/007-014Current graphics hardware can render procedurally shaded objects in real-time. However, due to resource and performance limitations, interactive shaders can not yet approach the complexity of shaders written for film production and software rendering, which may stretch to thousands of lines. These constraints limit not only the complexity of a single shader, but also the number of shaded objects that can be rendered at interactive rates. This problem has many similarities to the rendering of large models, the source of extensive research in geometric simplification and level of detail. We introduce an analogous process for shading : shader simplification. Starting from an initial detailed shader, shader simplification automatically produces a set of simplified shaders or a single new shader with extra level-of-detail parameters that control the shader execution. The resulting level-of-detail shader can automatically adjust its rendered appearance based on measures of distance, size, or importance, as well as physical limits such as rendering time budget or texture usage. We demonstrate shader simplification with a system that automatically creates shader levels of detail to reduce the number of texture accesses, one common limiting factor for current hardware.I.3.3 [Computer Graphics]Picture/Image generationI.3.6 [Computer Graphics]Methodology and TechniquesI.3.7 [Computer Graphics]Three Dimensional Graphics and RealismAutomatic Shader Level of Detail