29
LATTICE-BOLTZMANN LIGHTING BY ROBERT GEIST, KARL RASCHE, JAMES WESTALL AND ROBERT SCHALKOFF William Moss Advanced Image Synthesis, Fall 2008

William Moss Advanced Image Synthesis, Fall 2008

  • View
    220

  • Download
    0

Embed Size (px)

Citation preview

Page 1: William Moss Advanced Image Synthesis, Fall 2008

LATTICE-BOLTZMANN LIGHTING BY ROBERT GEIST, KARL RASCHE, JAMES WESTALL AND ROBERT SCHALKOFF

William MossAdvanced Image Synthesis, Fall 2008

Page 2: William Moss Advanced Image Synthesis, Fall 2008

2

MOTIVATION

September 25, 2008

Quickly!

Visual simulation of smoke, Fedkiw et al., 2001

Metropolis Light Transport for Participating Media, Pauly et al, 2000

Efficient simulation of light transport in scenes with participating media using photon maps, Jensen and Christensen, 1998

Page 3: William Moss Advanced Image Synthesis, Fall 2008

3

OVERVIEW

Background on participating media Participating media as diffusion Lattice-Boltzmann methods

Background Solving the diffusion equation Results

September 25, 2008

Page 4: William Moss Advanced Image Synthesis, Fall 2008

4

PARTICIPATING MEDIA BACKGROUND

Interactions take place at all points in the medium, not just the boundaries

Solve the volume radiative transfer equation:

where f is the phase, σa is the absorption coefficient, σs is the scattering coefficient, σt = σa + σs and Le is the emissive field

September 25, 2008

wxLxwwxLwwxfxwxLxx

wx,Ltsea

,'',,',,

Page 5: William Moss Advanced Image Synthesis, Fall 2008

5

Radiance =

PARTICIPATING MEDIA BACKGROUND

September 25, 2008

Emission − Out-scattering− Absorption + In-scattering

Diffuse Intensity (Id)

Reduced Incident Intensity (Iri)

Page 6: William Moss Advanced Image Synthesis, Fall 2008

6

PARTICIPATING MEDIA BACKGROUND

Ray xu = x0 - us

September 25, 2008

Page 7: William Moss Advanced Image Synthesis, Fall 2008

7

REDUCED INCIDENT INTENSITY

Where I is the incident intensity, σt = σa + σs and ρ is the density of the medium

Trace a ray through the medium, integrating:

September 25, 2008

Page 8: William Moss Advanced Image Synthesis, Fall 2008

8

DIFFUSE INTENSITY

As the medium becomes thick Number of scattering events increases Directional dependence decreases Light distribution tends towards uniformity

Approximate the diffuse intensity First two Taylor expansion terms in the directional

component Results in a diffusion equation for average Id

See Stam, ‘95 for full derivation

September 25, 2008

Page 9: William Moss Advanced Image Synthesis, Fall 2008

9

LATTICE-BOLTZMANN METHODS

First introduced in as the Lattice-Gas Automaton (1987)

Lattice-Boltzmann model (1988)

A system specified by interactions with neighbors Simple local interaction functions can model complex

macroscopic phenomena Dates back to 1940s with cellular automata

Game of life

September 25, 2008

Page 10: William Moss Advanced Image Synthesis, Fall 2008

10

LATTICE-BOLTZMANN METHODS

Heart of the method is the lattice Some have used hexagonal, they choose a grid Each point connected to the surrounding points

Stores “directional density,” density flowing in that direction

For a 3D grid, 18 directional densities per node

September 25, 2008

Page 11: William Moss Advanced Image Synthesis, Fall 2008

11

LATTICE-BOLTZMANN METHODS

September 25, 2008

2 distanceat

shown) (8 neighbors 121 distanceat

neighbors 6

Page 12: William Moss Advanced Image Synthesis, Fall 2008

12

LATTICE-BOLTZMANN METHODS

Flow is represented by a matrix, Θ Θij – fraction of flow in direction j

that will be diverted to direction i Updates performed synchronously

ΘI = O I is the vector of current densities O is the vector of densities flowing out of that site

September 25, 2008

j

i

Page 13: William Moss Advanced Image Synthesis, Fall 2008

13

LATTICE-BOLTZMANN METHODS

An alterative to FEM for solving coupled PDEs Comparable speed, stability, accuracy and storage

Widely used for solving fluid flow in physics Multiple methods for simulating the incompressible,

time-dependant Navier-Stokes Used in graphics for modeling gases

Also Navier-Stokes

September 25, 2008

Page 14: William Moss Advanced Image Synthesis, Fall 2008

14

LATTICE-BOLTZMANN METHODS

Advantages Easy to implement Easy to parallelize Easy to handle complex boundary conditions

Disadvantages Specified by microscopic particle density interactions Difficult to deduce rules given a macroscopic system

September 25, 2008

Page 15: William Moss Advanced Image Synthesis, Fall 2008

15

LATTICE-BOLTZMANN SOLUTION

Choose Θ such that in the limit, we get the diffusion equations

Start simple, isotropic scattering σa, is absorption at each lattice point

September 25, 2008

Page 16: William Moss Advanced Image Synthesis, Fall 2008

16

LATTICE-BOLTZMANN SOLUTION

For axial rows (i = 1…6):

For non-axial rows (i = 7…18):

September 25, 2008

Page 17: William Moss Advanced Image Synthesis, Fall 2008

17

LATTICE-BOLTZMANN SOLUTION

Show this simulates a diffusion process Put light into the system, let it “settle” and render

Start with:

Where fi(r, t) is the density at site r at time t in direction ci, λ Is the lattice spacing, τ is the time step and Θi is the ith row of Θ

The ci directions are all 18 previous flow directions

September 25, 2008

Page 18: William Moss Advanced Image Synthesis, Fall 2008

18

LATTICE-BOLTZMANN SOLUTION

Let λ and τ go to 0 (see paper for full, 1 page, proof): Result is a diffusion equation (phew):

September 25, 2008

Page 19: William Moss Advanced Image Synthesis, Fall 2008

19

ANISOTROPIC SCATTERING

Modify Θ Remember Θij is the fraction of flow in direction cj

that will be diverted to direction ci

Weight values unevenly For forward-scattering, weight values where cj ·ci < 0 more

heavily For back-scattering, do the reverse

September 25, 2008

Page 20: William Moss Advanced Image Synthesis, Fall 2008

20

ANISOTROPIC SCATTERING

Scale σs in Θij by

Where pi,j is a discrete version of Henyey-Greenstein phase function

Where ni = ci / |ci| and g defines the scattering g > 0 provides forward scattering, g < 0 back scattering

September 25, 2008

Page 21: William Moss Advanced Image Synthesis, Fall 2008

21

INCIDENT LIGHT

Add light at the boundaries of the lattice Choose the lattice direction with the largest dot

product with the light direction Fix the inflow in that direction to the dot product Reduce the remaining incident light by that amount Repeat for remain directions Apply the inflow to boundary nodes

Only handles directional light Fine for clouds

September 25, 2008

Page 22: William Moss Advanced Image Synthesis, Fall 2008

22

SOLVING THE SYSTEM

Inject the light at the boundaries For each node

Distribute the incoming density according to the collision rules (i.e. ΘI = O)

Flow the distributed density to the neighboring nodes Repeat

September 25, 2008

Page 23: William Moss Advanced Image Synthesis, Fall 2008

23

SOLVING THE SYSTEM

September 25, 2008

Page 24: William Moss Advanced Image Synthesis, Fall 2008

24

Radiance =

PARTICIPATING MEDIA BACKGROUND

September 25, 2008

Emission − Out-scattering− Absorption + In-scattering

Diffuse Intensity (Iri)

Reduced Incident Intensity (Id)

Page 25: William Moss Advanced Image Synthesis, Fall 2008

25

RENDERING THE VOLUME DENSITIES

Have the outward flowing density at every point This represents the number of photons Sum all the directions to represent the illuminate

Could use viewer location, if desired Shoot rays into the volume

Attenuate the value due to the reduced indecent intensity

Increase the value due to the illuminate at intersected lattice cells

September 25, 2008

Page 26: William Moss Advanced Image Synthesis, Fall 2008

26

RESULTS

Isotropic Scattering

September 25, 2008

Page 27: William Moss Advanced Image Synthesis, Fall 2008

27

RESULTS

September 25, 2008

Forward Scattering

Page 28: William Moss Advanced Image Synthesis, Fall 2008

28

RESULTS

September 25, 2008

Page 29: William Moss Advanced Image Synthesis, Fall 2008

29

REFERENCES

Robert Geist, Karl Rasche, James Westall and Robert Schalkoff, Lattice-Boltzmann Lighting, Proc. Eurographics Symposium on Rendering, June, 2004

Jos Stam, Multiple scattering as a diffusion process, Eurographics Rendering Workshop, 1995

Eva Cerezo, Frederic Pérez, Xavier Pueyo, Francisco J. Seron and François X. Sillion, A survey on participating media rendering techniques, The Visual Computer, June 2005

September 25, 2008