Rendering Microgeometry with Volumetric Precomputed Radiance Transfer



Similar documents
Image Synthesis. Fur Rendering. computer graphics & visualization

A Short Introduction to Computer Graphics

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg

Introduction to Computer Graphics

REAL-TIME IMAGE BASED LIGHTING FOR OUTDOOR AUGMENTED REALITY UNDER DYNAMICALLY CHANGING ILLUMINATION CONDITIONS

CUBE-MAP DATA STRUCTURE FOR INTERACTIVE GLOBAL ILLUMINATION COMPUTATION IN DYNAMIC DIFFUSE ENVIRONMENTS

A unified representation for interactive 3D modeling

Computer Applications in Textile Engineering. Computer Applications in Textile Engineering

INTRODUCTION TO RENDERING TECHNIQUES

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Using Photorealistic RenderMan for High-Quality Direct Volume Rendering

Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA

Instructor. Goals. Image Synthesis Examples. Applications. Computer Graphics. Why Study 3D Computer Graphics?

Faculty of Computer Science Computer Graphics Group. Final Diploma Examination

Materials in NX Render

3D Distance from a Point to a Triangle

GRAFICA - A COMPUTER GRAPHICS TEACHING ASSISTANT. Andreas Savva, George Ioannou, Vasso Stylianou, and George Portides, University of Nicosia Cyprus

Efficient Storage, Compression and Transmission

Multiresolution 3D Rendering on Mobile Devices

GPU Shading and Rendering: Introduction & Graphics Hardware

TEXTURE AND BUMP MAPPING

Efficient View-Dependent Image-Based Rendering with Projective Texture-Mapping

Modelling 3D Avatar for Virtual Try on

Overview Motivation and applications Challenges. Dynamic Volume Computation and Visualization on the GPU. GPU feature requests Conclusions

Monash University Clayton s School of Information Technology CSE3313 Computer Graphics Sample Exam Questions 2007

FACIAL RIGGING FOR 3D CHARACTER

HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES

CAUSTICS are complex patterns of shimmering

SkillsUSA 2014 Contest Projects 3-D Visualization and Animation

Advanced Computer Graphics. Rendering Equation. Matthias Teschner. Computer Science Department University of Freiburg

The Visualization Simulation of Remote-Sensing Satellite System

How To Create A Surface From Points On A Computer With A Marching Cube

Geometric algebra rotors for skinned character animation blending

Hardware design for ray tracing

Computer Graphics AACHEN AACHEN AACHEN AACHEN. Public Perception of CG. Computer Graphics Research. Methodological Approaches

Self-Positioning Handheld 3D Scanner

Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping. Lecture 15 Taku Komura

SECONDARY STORAGE TERRAIN VISUALIZATION IN A CLIENT-SERVER ENVIRONMENT: A SURVEY

Character Animation from 2D Pictures and 3D Motion Data ALEXANDER HORNUNG, ELLEN DEKKERS, and LEIF KOBBELT RWTH-Aachen University

How To Make A Texture Map Work Better On A Computer Graphics Card (Or Mac)

GUI GRAPHICS AND USER INTERFACES. Welcome to GUI! Mechanics. Mihail Gaianu 26/02/2014 1

Recent Advances and Future Trends in Graphics Hardware. Michael Doggett Architect November 23, 2005

Graphics. Computer Animation 고려대학교 컴퓨터 그래픽스 연구실. kucg.korea.ac.kr 1

Advances in Real-Time Skin Rendering

3D Modelling in Blender Based on Polygonal Data

Approval Sheet. Interactive Illumination Using Large Sets of Point Lights

Consolidated Visualization of Enormous 3D Scan Point Clouds with Scanopy

The 3D rendering pipeline (our version for this class)

From Scattered Samples to Smooth Surfaces

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, , , 4-9

Machining processes simulation with the use of design and visualization technologies in a virtual environment

The Future Of Animation Is Games

Computer-Generated Photorealistic Hair

REPRESENTATION, CODING AND INTERACTIVE RENDERING OF HIGH- RESOLUTION PANORAMIC IMAGES AND VIDEO USING MPEG-4

Theory and Methods of Lightfield Photography SIGGRAPH 2009

Advanced Rendering for Engineering & Styling

2.5 Physically-based Animation

Water Flow in. Alex Vlachos, Valve July 28, 2010

Image Synthesis. Transparency. computer graphics & visualization

Blender in Research & Education

HistoPyramid stream compaction and expansion

Such As Statements, Kindergarten Grade 8

New Hash Function Construction for Textual and Geometric Data Retrieval

Computational Geometry. Lecture 1: Introduction and Convex Hulls

Hi everyone, my name is Michał Iwanicki. I m an engine programmer at Naughty Dog and this talk is entitled: Lighting technology of The Last of Us,

A 3d particle visualization system for temperature management

Virtual Reality in Medicine and Surgery

Silhouette Extraction Bruce Gooch, University of Utah

3D Face Modeling. Vuong Le. IFP group, Beckman Institute University of Illinois ECE417 Spring 2013

The Car Tutorial Part 1 Creating a Racing Game for Unity

Monte Carlo Path Tracing

An introduction to Global Illumination. Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology

Multivariate data visualization using shadow

Introduction Computer stuff Pixels Line Drawing. Video Game World 2D 3D Puzzle Characters Camera Time steps

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. M.Sc. in Advanced Computer Science. Friday 18 th January 2008.

Real-Time Dynamic Wrinkles of Face for Animated Skinned Mesh

Big Ideas in Mathematics

Adding Animation With Cinema 4D XL

The RADIANCE Lighting Simulation and Rendering System

Enhanced LIC Pencil Filter

Visibility Map for Global Illumination in Point Clouds

Real-Time Hatching. Abstract. 1 Introduction

Part-Based Recognition

Photon Mapping Made Easy

Tracking and Retexturing Cloth for Real-Time Virtual Clothing Applications

Reflection and Refraction

Making Dreams Come True: Global Illumination with Enlighten. Graham Hazel Senior Product Manager Sam Bugden Technical Artist

Everyday Mathematics. Grade 4 Grade-Level Goals CCSS EDITION. Content Strand: Number and Numeration. Program Goal Content Thread Grade-Level Goal

Transcription:

Rendering Microgeometry with Volumetric Precomputed Radiance Transfer John Kloetzli February 14, 2006 Although computer graphics hardware has made tremendous advances over the last few years, there are many things which are still not feasible to render in realtime. One of these is the subset of surfaces referred to as microgeometry, where many small individual pieces combine to create a complex surface. Microgeometry is a problem for typical polygonal rendering systems, the method used in the vast majority of realtime rendering, because of the large number of triangles needed to accurately represent microgeometry and the complex optical effects that these surfaces can possess. I propose a new technique for rendering microgeometry in realtime with realistic lighting effects through a unique combination of realtime and offline rendering methods. It consists of a volumetric microgeometry rendering system based upon the Texel 1 rendering method [Kajiya and Kay 1989], a concentric shell surface rendering method [Lengyel et al. 2001], an approximation of global illumination based upon Precomputed Radiance Transfer [Sloan et al. 2002], and a local lighting model. 1 The Challenges of Microgeometry Even without the stringent restrictions of the realtime computer graphics environment, rendering realistic microgeometry is a difficult problem. The term micro implies that there is very high frequency activity present in surfaces of this type, but geometry then further describes the material as concrete in nature (each peice is still visible). A good example of a surface of this type is fur, where the complexity of the surface is very high but individual hairs are still distinguishable. Obviously, traditional polygonal methods of rendering bog down when applied to surfaces of this type, because of both the number of triangles needed to accurately represent these surfaces and the complexity of light interaction between them. 1 This is not to be confused with a texel (lowercase), which is one element of a texture. Although the terms are related, the Texel is a more specific term associated with a particular rendering method and will always be capitalized in this document. 1

One approach that was developed to solve the problem was the Texel rendering system [Kajiya and Kay 1989], which discarded polygonal meshes entirely in favor of a special volumetric entity called a Texel. Each voxel in the Texel contained both the density and the direction(s) of the microgeometry being represented in what they called a frame bundle, and could be used, along with a lighting model which was designed for the particular surface type, in a ray-tracer to render realistic microgeometry. The system produced very realistic images of fur, capturing both geometric and lighting properties very well. Although the original method was only demonstrated with the specific microgeometry of fur, it is generalizable to other types of surfaces with appropriate volume and lighting data. My proposed method depends on being able to precompute lighting of microgeometry off-line and then reconstruct that lighting in a realtime environment. This precomputation will be based upon the Texel rendering system, with a few changes. Because the final lighting reconstruction is going to take place in realtime, the lighting model is not going to be computed at this stage since it might depend on viewing angle or other terms that are not yet known. Instead, only the volumetric data and visibility of each voxel will be computed. These two things will be passed on to the next stage of the method, which is realtime rendering. 2 Shell Rendering Rendering microgeometry in realtime requires a different technique from the one descibed above. The Texel method was designed for use with ray-tracing, so for realtime application I adopt a shell-based rendering method [Lengyel et al. 2001] that can be used to produce realistic results of the same type of volumetric microgeometry representation. I propose to compute a small toroidally tiling patch of microgeometry using the Texel method above and then map this patch to a polygonal model by rendering it onto a set of concentric shells that are created around the model. Each shell would render one level of the Texel volume, using alpha blending on graphics hardware to blend the levels together. Although the original method used fin textures on model silhouettes to cover for problems when the shells are parallel, I do not plan to address that issue at present. 3 Realtime Illumination As noted before, realistic rendering of microgeometry depends heavily on having a realistic illumination of the surface. A large part (but not all, as disussed later) of this illumination consists of self-shadowing within the surface, as noted for the specific case of fur by Lokovic and Veach [Lokovic and Veach 2000]. This selfshadowing can be viewed as a type of global illumination that is local to a specific 2

surface. Local-global illumination, as I will refer to it, is not a contradiction of terms, but rather a way of describing global illumination effects (specifically shadowing) limited to a local region. In this case, the local region is the tile of microgeometry that is mapped to a model. Since true realtime global illumination of complex scenes is still a long way off, methods to approximate global illumination are the next best alternative. One approximation method which seems especially promising is Precomputed Radiance Transfer. This technique uses offline global illumination algorithms to precompute the lighting of an object under a basis set of lighting environments. This results in a set of light transfer functions that model how light from a particular basis function actually lights the object when all local-global illumination effects have been accounted for. When an arbitrary target lighting environment is projected into that particular basis set as a set of coordinates, the precomputed light transfer on the object for those coordinates can be reconstructed. Although this technique can give good results, it does present serious limitations when compared to full global illumination. First, the object must be static in order for the precomputed lighting to be correct during reconstruction, since any precomputed lighting would change if the object deformed. Second, finding a set of basis functions that will allow the target lighting environment to be projected into the basis set with minimal error is difficult. Some popular choices include Spherical Harmonics(SH), Zonal Harmonics(ZH), and Harr Wavelets. I propose to use the ZH basis functions in my paper as described in Local, Deformable Precomputed Radiance Transfer [Sloan et al. 2005] because they have the advantage of being easily rotatable at runtime. Since the mapping from the precomputed tile onto the model is not linear (it will require bending ), the basis representation will have to be rotated at each vertex. The ZH basis set allows this rotation to be performed at lower cost than it would with SH functions. 4 Lighting Models Another important part of rendering realistic microsurfaces is the local lighting model used. This can be seen by noting the success of microfacet lighting models such as Cook-Torrance [Cook and Torrance 1981] for general lighting and Fakefur [Goldman 1997] specifically for microgeometric fur. However, these microfacet lighting models are not appropriate in this application because there is no polygonal surface representation to use such a lighting model on. The basic problem is that these models were meant to be used with 2D objects (surfaces) in 3D space, which we do not have. However, the frame bundle concept which we borrow from the Texel rendering method does give microsurface orientation at each point in the volume, which means that we do have a 1D object at these points. The Banks lighting model [Banks 1994] discusses exactly this situation, 3

and I propose to use a version of it to light my microgeometry volume. 5 Conclusion I propose to render microgeometry in realtime with local-global illumination and a realistic local lighting model. Realtime rendering is achieved by using a concentric shell method where the microgeometry is sampled onto the shells. The local-global illumination effects are precomputed according to a portion of the Texel rendering method, and reprojected in realtime with Precomputed Radiance Transfer using Zonal Harmonics basis functions. Finally, I propose to add a unique lighting model that works with my microgeometry method to allow for view-dependent lighting. References [Banks 1994] Banks, D. C. 1994. Illumination in diverse codimensions. Computer Graphics 28, Annual Conference Series, 327 334. [Cook and Torrance 1981] Cook, R. L., and Torrance, K. E. 1981. A reflectance model for computer graphics. In SIGGRAPH 1981 Proceedings, ACM. [Goldman 1997] Goldman, D. B. 1997. Fake fur rendering. In Proceedings of SIGGRAPH 1997, ACM Press / ACM SIGGRAPH, ACM. [Kajiya and Kay 1989] Kajiya, J. T., and Kay, T. L. 1989. Rendering fur with three dimensional textures. In ACM SIGGRAPH Computer Graphics Vol. 23, Issue 3, ACM SIGGRAPH. [Lengyel et al. 2001] Lengyel, J., Praun, E., Finkelstein, A.,, and Hoppe, H. 2001. Real-time fur over arbitrary surfaces. In Proceedings of the 2001 symposium on Interactive 3D graphics, ACM Press / ACM SIGGRAPH, ACM. [Lokovic and Veach 2000] Lokovic, T., and Veach, E. 2000. Deep shadow maps. In Proceedings of SIGGRAPH 2000, ACM Press / ACM SIGGRAPH, ACM. [Sloan et al. 2002] Sloan, P.-P., Kautz, J., and Snyder, J. 2002. Precomputed radiance transfer for real-time rendering in dynamic, low-frequency lighting environemnts. In Proceedings of SIGGRAPH 2002, ACM Press / ACM SIG- GRAPH, ACM. 4

[Sloan et al. 2005] Sloan, P.-P., Luna, B., and Snyder, J. 2005. Local, deformable precomputed radiance transfer. In Proceedings of SIGGRAPH 2005, ACM Press / ACM SIGGRAPH, ACM. 5