Update for 10-11-22 21:00

This commit is contained in:
Tyler Perkins 2022-11-10 21:00:01 -05:00
parent b89b5576fd
commit 578215b56c
1 changed files with 10 additions and 0 deletions

View File

@ -117,3 +117,13 @@ Light output(x, vector w) = Light emitted(x, vector w)
+ Integral of (Light incoming to x from vector w * BRFD(vector w, x vector w
prime) cos theta dw
}}}
Problems with above
* The exitant radiance of a point x depends on the incoming radiance of every
other point, which also depends on x
* We cannot solve this integral in closed form
* The integral is infinite dimensional
* It is singular
We simply dont know enough to even start