Vector Textures Implementation in Photorealistic Rendering System on GPU
Abstract:
Vector images provide a resolution independent representation that can be efficiently scaled to any resolution. However, there is no ready-to-use solution for supporting vector texturing in GPU based photorealistic rendering systems. In this work we present the experience of implementing support for vector textures in such rendering system using two different approaches – one based on signed distance fields and another based on rasterization. We describe implementation details and analyze the quality and performance of these methods.