|  | Blender V2.61 - r43446 | 
Go to the source code of this file.
| Classes | |
| class | FilterNormal | 
| pixel filter for normal mapping  More... | |
| Variables | |
| const float | depthScaleKoef = 255.0 | 
| const float | normScaleKoef = float(depthScaleKoef / 2.0) | 
Definition in file FilterNormal.h.
| const float depthScaleKoef = 255.0 | 
Definition at line 36 of file FilterNormal.h.
Referenced by FilterNormal::setDepth().
| const float normScaleKoef = float(depthScaleKoef / 2.0) | 
Definition at line 37 of file FilterNormal.h.
Referenced by FilterNormal::tFilter().