![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| MemArena * | arena |
| ScatterSettings * | ss [3] |
| float | error |
| float | scale |
| ScatterNode * | root |
| ScatterPoint * | points |
| ScatterPoint ** | refpoints |
| ScatterPoint ** | tmppoints |
| int | totpoint |
| float | min [3] |
| float | max [3] |
Definition at line 146 of file sss.c.
Referenced by create_octree_node(), scatter_tree_build(), and scatter_tree_free().
| float ScatterTree::error |
Definition at line 149 of file sss.c.
Referenced by scatter_tree_new(), and traverse_octree().
| float ScatterTree::max[3] |
Definition at line 156 of file sss.c.
Referenced by scatter_tree_build(), and scatter_tree_new().
| float ScatterTree::min[3] |
Definition at line 156 of file sss.c.
Referenced by scatter_tree_build(), and scatter_tree_new().
Definition at line 152 of file sss.c.
Referenced by scatter_tree_build(), scatter_tree_free(), and scatter_tree_new().
Definition at line 153 of file sss.c.
Referenced by scatter_tree_build(), scatter_tree_free(), and scatter_tree_new().
Definition at line 151 of file sss.c.
Referenced by compute_radiance(), and scatter_tree_build().
| float ScatterTree::scale |
Definition at line 149 of file sss.c.
Referenced by scatter_tree_new(), and scatter_tree_sample().
Definition at line 148 of file sss.c.
Referenced by add_radiance(), compute_radiance(), and scatter_tree_new().
Definition at line 154 of file sss.c.
Referenced by create_octree_node(), and scatter_tree_build().
Definition at line 155 of file sss.c.
Referenced by scatter_tree_build(), and scatter_tree_new().