Skip to content

Commit

Permalink
Some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
trethaller committed Aug 4, 2013
1 parent 7b94c64 commit 3f5da59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Notes.md
Expand Up @@ -19,3 +19,15 @@ Brush
BrushMode: 'add', 'blend', 'flatten', 'blur'...



http://www.tartiflop.com/disp2norm/srcview/index.html

Flatten brush
http://mathworld.wolfram.com/Plane.html
N = (a,b,c)
O = (x0, y0, z0)
d = -a.x0 - b.y0 - c.z0
a.x + b.y + c.z + d = 0
c.z = 0 - a.x - b.y - d
z = (-a.x - b.y - d) / c

0 comments on commit 3f5da59

Please sign in to comment.