|
Blender V5.0
|
Public Attributes | |
| int | dim [3] |
| Bounds3D | grid_bounds |
| Bounds3D * | bounds |
| int * | s_pos |
| int * | s_num |
| int * | t_index |
| int * | temp_t_index |
Definition at line 157 of file dynamicpaint.cc.
| Bounds3D* DynamicPaintVolumeGrid::bounds |
(x*y*z) precalculated grid cell bounds
Definition at line 163 of file dynamicpaint.cc.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), grid_cell_bounds_cb(), and surfaceGenerateGrid().
| int DynamicPaintVolumeGrid::dim[3] |
Definition at line 158 of file dynamicpaint.cc.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), grid_cell_bounds_cb(), grid_cell_points_cb_ex(), grid_cell_points_reduce(), and surfaceGenerateGrid().
| Bounds3D DynamicPaintVolumeGrid::grid_bounds |
whole grid bounds
Definition at line 160 of file dynamicpaint.cc.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), grid_cell_bounds_cb(), grid_cell_points_cb_ex(), and surfaceGenerateGrid().
| int* DynamicPaintVolumeGrid::s_num |
(x*y*z) number of t_index points
Definition at line 167 of file dynamicpaint.cc.
Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().
| int* DynamicPaintVolumeGrid::s_pos |
(x*y*z) t_index begin id
Definition at line 165 of file dynamicpaint.cc.
Referenced by dynamic_paint_paint_mesh_cell_point_cb_ex(), dynamic_paint_paint_particle_cell_point_cb_ex(), freeGrid(), and surfaceGenerateGrid().
| int* DynamicPaintVolumeGrid::t_index |
actual surface point index, access: (s_pos + s_num)
Definition at line 169 of file dynamicpaint.cc.
Referenced by dynamic_paint_paint_mesh_cell_point_cb_ex(), dynamic_paint_paint_particle_cell_point_cb_ex(), freeGrid(), and surfaceGenerateGrid().
| int* DynamicPaintVolumeGrid::temp_t_index |
Definition at line 171 of file dynamicpaint.cc.
Referenced by grid_cell_points_cb_ex(), and surfaceGenerateGrid().