Blender V2.61 - r43446
|
Public Attributes | |
int | dim [3] |
Bounds3D | grid_bounds |
Bounds3D * | bounds |
int * | s_pos |
int * | s_num |
int * | t_index |
Definition at line 122 of file dynamicpaint.c.
Definition at line 126 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().
int VolumeGrid::dim[3] |
Definition at line 123 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), and surfaceGenerateGrid().
Definition at line 124 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), and surfaceGenerateGrid().
int* VolumeGrid::s_num |
Definition at line 128 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().
int* VolumeGrid::s_pos |
Definition at line 127 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().
int* VolumeGrid::t_index |
Definition at line 129 of file dynamicpaint.c.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().