Blender V4.3
DynamicPaintVolumeGrid Struct Reference

Public Attributes

int dim [3]
 
Bounds3D grid_bounds
 
Bounds3Dbounds
 
ints_pos
 
ints_num
 
intt_index
 
inttemp_t_index
 

Detailed Description

Definition at line 146 of file dynamicpaint.cc.

Member Data Documentation

◆ bounds

Bounds3D* DynamicPaintVolumeGrid::bounds

(x*y*z) precalculated grid cell bounds

Definition at line 152 of file dynamicpaint.cc.

◆ dim

int DynamicPaintVolumeGrid::dim[3]

Definition at line 147 of file dynamicpaint.cc.

Referenced by grid_cell_points_reduce().

◆ grid_bounds

Bounds3D DynamicPaintVolumeGrid::grid_bounds

whole grid bounds

Definition at line 149 of file dynamicpaint.cc.

◆ s_num

int* DynamicPaintVolumeGrid::s_num

(x*y*z) number of t_index points

Definition at line 156 of file dynamicpaint.cc.

◆ s_pos

int* DynamicPaintVolumeGrid::s_pos

(x*y*z) t_index begin id

Definition at line 154 of file dynamicpaint.cc.

◆ t_index

int* DynamicPaintVolumeGrid::t_index

actual surface point index, access: (s_pos + s_num)

Definition at line 158 of file dynamicpaint.cc.

◆ temp_t_index

int* DynamicPaintVolumeGrid::temp_t_index

Definition at line 160 of file dynamicpaint.cc.

Referenced by grid_cell_points_cb_ex().


The documentation for this struct was generated from the following file: