![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| struct SSSPoints * | next |
| struct SSSPoints * | prev |
| float(* | co )[3] |
| float(* | color )[3] |
| float * | area |
| int | totpoint |
| float* SSSPoints::area |
Definition at line 850 of file sss.c.
Referenced by sss_add_points(), and sss_create_tree_mat().
| float(* SSSPoints::co)[3] |
Definition at line 848 of file sss.c.
Referenced by sss_add_points(), and sss_create_tree_mat().
| float(* SSSPoints::color)[3] |
Definition at line 849 of file sss.c.
Referenced by sss_add_points(), and sss_create_tree_mat().
| struct SSSPoints* SSSPoints::next |
Definition at line 846 of file sss.c.
Referenced by sss_create_tree_mat().
| struct SSSPoints * SSSPoints::prev |
Definition at line 851 of file sss.c.
Referenced by sss_add_points(), and sss_create_tree_mat().