|
Blender V4.3
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| Object * | ob |
| blender::MutableSpan< blender::float3 > | vert_positions |
| blender::Span< blender::float3 > | vert_normals |
| blender::OffsetIndices< int > | faces |
| blender::Span< int > | corner_verts |
| float(* | fcolor )[4] |
| MLoopCol * | mloopcol |
| MLoopCol * | mloopcol_wet |
Definition at line 1799 of file dynamicpaint.cc.
| blender::Span<int> DynamicPaintModifierApplyData::corner_verts |
Definition at line 1806 of file dynamicpaint.cc.
| blender::OffsetIndices<int> DynamicPaintModifierApplyData::faces |
Definition at line 1805 of file dynamicpaint.cc.
| float(* DynamicPaintModifierApplyData::fcolor)[4] |
Definition at line 1808 of file dynamicpaint.cc.
| MLoopCol* DynamicPaintModifierApplyData::mloopcol |
Definition at line 1809 of file dynamicpaint.cc.
| MLoopCol* DynamicPaintModifierApplyData::mloopcol_wet |
Definition at line 1810 of file dynamicpaint.cc.
| Object* DynamicPaintModifierApplyData::ob |
Definition at line 1801 of file dynamicpaint.cc.
| const DynamicPaintSurface* DynamicPaintModifierApplyData::surface |
Definition at line 1800 of file dynamicpaint.cc.
Referenced by dynamicPaint_applySurfaceDisplace(), and dynamicPaint_Modifier_apply().
| blender::Span<blender::float3> DynamicPaintModifierApplyData::vert_normals |
Definition at line 1804 of file dynamicpaint.cc.
| blender::MutableSpan<blender::float3> DynamicPaintModifierApplyData::vert_positions |
Definition at line 1803 of file dynamicpaint.cc.