Blender V2.61 - r43446
|
#include <BKE_mball.h>
Public Attributes | |
float(* | function )(float, float, float) |
float | size |
float | delta |
int | bounds |
CUBES * | cubes |
VERTICES | vertices |
CENTERLIST ** | centers |
CORNER ** | corners |
EDGELIST ** | edges |
Definition at line 90 of file BKE_mball.h.
int process::bounds |
Definition at line 95 of file BKE_mball.h.
Referenced by metaball_polygonize().
Definition at line 98 of file BKE_mball.h.
Referenced by add_cube(), freepolygonize(), polygonize(), and testface().
Definition at line 99 of file BKE_mball.h.
Referenced by freepolygonize(), polygonize(), and setcorner().
Definition at line 96 of file BKE_mball.h.
Referenced by add_cube(), metaball_polygonize(), polygonize(), and testface().
float process::delta |
Definition at line 94 of file BKE_mball.h.
Referenced by metaball_polygonize(), and vnormal().
Definition at line 100 of file BKE_mball.h.
Referenced by freepolygonize(), polygonize(), and vertid().
float(* process::function)(float, float, float) |
Definition at line 93 of file BKE_mball.h.
Referenced by find_first_points(), metaball_polygonize(), setcorner(), vertid(), and vnormal().
float process::size |
Definition at line 94 of file BKE_mball.h.
Referenced by find_first_points(), metaball_polygonize(), and setcorner().
Definition at line 97 of file BKE_mball.h.
Referenced by freepolygonize(), metaball_polygonize(), polygonize(), and vertid().