Blender  V3.3
Public Attributes | List of all members
VolumeGrid Struct Reference

Public Attributes

int dim [3]
 
Bounds3D grid_bounds
 
Bounds3Dbounds
 
int * s_pos
 
int * s_num
 
int * t_index
 
int * temp_t_index
 

Detailed Description

Definition at line 139 of file dynamicpaint.c.

Member Data Documentation

◆ bounds

Bounds3D* VolumeGrid::bounds

(x*y*z) precalculated grid cell bounds

Definition at line 145 of file dynamicpaint.c.

Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), grid_cell_bounds_cb(), and surfaceGenerateGrid().

◆ dim

int VolumeGrid::dim[3]

◆ grid_bounds

Bounds3D VolumeGrid::grid_bounds

◆ s_num

int* VolumeGrid::s_num

(x*y*z) number of t_index points

Definition at line 149 of file dynamicpaint.c.

Referenced by dynamicPaint_paintMesh(), dynamicPaint_paintParticles(), freeGrid(), and surfaceGenerateGrid().

◆ s_pos

int* VolumeGrid::s_pos

◆ t_index

int* VolumeGrid::t_index

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

Definition at line 151 of file dynamicpaint.c.

Referenced by dynamic_paint_paint_mesh_cell_point_cb_ex(), dynamic_paint_paint_particle_cell_point_cb_ex(), freeGrid(), and surfaceGenerateGrid().

◆ temp_t_index

int* VolumeGrid::temp_t_index

Definition at line 153 of file dynamicpaint.c.

Referenced by grid_cell_points_cb_ex(), and surfaceGenerateGrid().


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