= 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. || http://www.imagemontage.com/400x400/PCD2125_IMG0034.jpg || http://www.imagemontage.com/400x400/PCD2125_IMG0061.jpg || http://www.imagemontage.com/400x400/PCD2125_IMG0112.jpg || == 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. http://www.stanford.edu/~qiqi/class/cs348b/project/proposal/geometry.png http://www.stanford.edu/~qiqi/class/cs348b/project/proposal/mesh.png http://www.stanford.edu/~qiqi/class/cs348b/project/proposal/velocity.png == Ray tracing through unstructured mesh == == Modeling of light scattering ==