←back to thread

145 points jasondavies | 1 comments | | HN request time: 0.001s | source
Show context
rkagerer ◴[] No.41368805[source]
What is a splat?
replies(4): >>41369333 #>>41369665 #>>41369971 #>>41375736 #
1. boltzmann64 ◴[] No.41369665[source]
When you throw a balloon of colored water at a wall, the impression it makes on the wall is called a splat. Say you have a function which takes a point in 3d and outputs a density value which goes to zero as you move away to infinity from the from the functions location (mean) like a bell curve (literally), and you throw (project) that function to plane (your camera film), you get a splat.

Note: I've made some simplifying assumption in the above explanation.