|
Blender
V2.59
|
#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 92 of file BKE_mball.h.
| int process::bounds |
Definition at line 97 of file BKE_mball.h.
Referenced by metaball_polygonize().
Definition at line 100 of file BKE_mball.h.
Referenced by add_cube(), freepolygonize(), polygonize(), and testface().
Definition at line 101 of file BKE_mball.h.
Referenced by freepolygonize(), polygonize(), and setcorner().
Definition at line 98 of file BKE_mball.h.
Referenced by add_cube(), metaball_polygonize(), polygonize(), and testface().
| float process::delta |
Definition at line 96 of file BKE_mball.h.
Referenced by metaball_polygonize(), and vnormal().
Definition at line 102 of file BKE_mball.h.
Referenced by freepolygonize(), polygonize(), and vertid().
| float(* process::function)(float, float, float) |
Definition at line 95 of file BKE_mball.h.
Referenced by find_first_points(), metaball_polygonize(), setcorner(), vertid(), and vnormal().
| float process::size |
Definition at line 96 of file BKE_mball.h.
Referenced by MakeCursor::App::changesize(), MakeCursor::App::doit(), find_first_points(), metaball_polygonize(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), setcorner(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
Definition at line 99 of file BKE_mball.h.
Referenced by freepolygonize(), metaball_polygonize(), polygonize(), and vertid().