Revision 7 as of 2007-05-23 04:52:57

    QiqiWang/FinalProject

Physically Realistic Volume Rendering

Group Members

James Hegarty

Qiqi Wang

Overview

The project we are planning is to render a scene based on physically accurate light scattering model of volume materials. Such material can include fire, smoke, vapor, cloud. Special effects such as rainbows can be also rendered through these models. In order to accurately model the distribution of volume materials in complex geometry, a physically based fluid calculation must be performed in an unstructured mesh. A ray tracing algorithm through unstructured mesh needs to be developed, and light reflection and scattering models from these volume materials needs to be built.

The following pictures are from www.ImageMontage.com , I believe they are taken at the Nevada fall in Yosemite. The water fall and rainbow is the type of things we want to render.

PCD2125_IMG0034

PCD2125_IMG0061

PCD2125_IMG0112

Modeling of volume material distribution

In order to model the distribution of volume materials accurately, we use commercial flow solver Fluent. In the waterfall scene, we calculate the flow of air around the waterfall, from which we calculate the density of water drops in the air. The following pictures demonstrates the geometry, mesh and the velocity field computed by Fluent. The small volume in the middle of the step is used to model the water fall, and the rest of the volume is used to model the air. An hex / tetrahedral hybrid unstructured mesh is generated in the volume, and the flow field is calculated using incompressible Navier-Stokes equation with k-e turbulence model. We will add a scalar field in the calculation that is used to model the density of water drops in air. Our rainbow image will be rendered based on the calculated density field of the water drops.

geometry mesh velocity

Ray tracing through unstructured mesh

Modeling of light scattering

Recent