Blender V4.3
DynamicPaintModifierApplyData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
Objectob
 
blender::MutableSpan< blender::float3vert_positions
 
blender::Span< blender::float3vert_normals
 
blender::OffsetIndices< intfaces
 
blender::Span< intcorner_verts
 
float(* fcolor )[4]
 
MLoopColmloopcol
 
MLoopColmloopcol_wet
 

Detailed Description

Definition at line 1799 of file dynamicpaint.cc.

Member Data Documentation

◆ corner_verts

blender::Span<int> DynamicPaintModifierApplyData::corner_verts

Definition at line 1806 of file dynamicpaint.cc.

◆ faces

blender::OffsetIndices<int> DynamicPaintModifierApplyData::faces

Definition at line 1805 of file dynamicpaint.cc.

◆ fcolor

float(* DynamicPaintModifierApplyData::fcolor)[4]

Definition at line 1808 of file dynamicpaint.cc.

◆ mloopcol

MLoopCol* DynamicPaintModifierApplyData::mloopcol

Definition at line 1809 of file dynamicpaint.cc.

◆ mloopcol_wet

MLoopCol* DynamicPaintModifierApplyData::mloopcol_wet

Definition at line 1810 of file dynamicpaint.cc.

◆ ob

Object* DynamicPaintModifierApplyData::ob

Definition at line 1801 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintModifierApplyData::surface

◆ vert_normals

blender::Span<blender::float3> DynamicPaintModifierApplyData::vert_normals

Definition at line 1804 of file dynamicpaint.cc.

◆ vert_positions

blender::MutableSpan<blender::float3> DynamicPaintModifierApplyData::vert_positions

Definition at line 1803 of file dynamicpaint.cc.


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