Blender V2.61 - r43446
|
Public Attributes | |
int | valid |
float | min [3] |
float | max [3] |
Definition at line 117 of file dynamicpaint.c.
float Bounds3D::max[3] |
Definition at line 119 of file dynamicpaint.c.
Referenced by boundInsert(), boundIntersectPoint(), boundsIntersect(), boundsIntersectDist(), dynamicPaint_doWaveStep(), getSurfaceDimension(), and surfaceGenerateGrid().
float Bounds3D::min[3] |
Definition at line 119 of file dynamicpaint.c.
Referenced by boundInsert(), boundIntersectPoint(), boundsIntersect(), boundsIntersectDist(), dynamicPaint_doWaveStep(), getSurfaceDimension(), and surfaceGenerateGrid().
int Bounds3D::valid |
Definition at line 118 of file dynamicpaint.c.
Referenced by boundInsert(), boundIntersectPoint(), boundsIntersect(), boundsIntersectDist(), dynamicPaint_generateBakeData(), and surfaceGenerateGrid().