Blender V2.61 - r43446
|
#include <BKE_mball.h>
Public Attributes | |
struct octal_node * | first |
int | pos |
int | neg |
short | depth |
Definition at line 120 of file BKE_mball.h.
short octal_tree::depth |
Definition at line 123 of file BKE_mball.h.
Referenced by init_metaball_octal_tree(), and metaball().
struct octal_node* octal_tree::first |
Definition at line 121 of file BKE_mball.h.
Referenced by init_metaball_octal_tree(), metaball(), and metaball_polygonize().
int octal_tree::neg |
Definition at line 122 of file BKE_mball.h.
Referenced by init_metaball_octal_tree(), and metaball().
int octal_tree::pos |
Definition at line 122 of file BKE_mball.h.
Referenced by init_metaball_octal_tree(), and metaball().