Blender V5.0
DynamicPaintModifierApplyData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
Objectob
blender::MutableSpan< blender::float3vert_positions
blender::Span< blender::float3vert_normals
blender::OffsetIndices< int > faces
blender::Span< int > corner_verts
float(* fcolor )[4]
blender::MutableSpan< blender::ColorGeometry4bmloopcol
blender::MutableSpan< blender::ColorGeometry4bmloopcol_wet

Detailed Description

Definition at line 1803 of file dynamicpaint.cc.

Member Data Documentation

◆ corner_verts

blender::Span<int> DynamicPaintModifierApplyData::corner_verts

Definition at line 1810 of file dynamicpaint.cc.

◆ faces

blender::OffsetIndices<int> DynamicPaintModifierApplyData::faces

Definition at line 1809 of file dynamicpaint.cc.

◆ fcolor

float(* DynamicPaintModifierApplyData::fcolor)[4]

Definition at line 1812 of file dynamicpaint.cc.

◆ mloopcol

blender::MutableSpan<blender::ColorGeometry4b> DynamicPaintModifierApplyData::mloopcol

Definition at line 1813 of file dynamicpaint.cc.

◆ mloopcol_wet

blender::MutableSpan<blender::ColorGeometry4b> DynamicPaintModifierApplyData::mloopcol_wet

Definition at line 1814 of file dynamicpaint.cc.

◆ ob

Object* DynamicPaintModifierApplyData::ob

Definition at line 1805 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintModifierApplyData::surface

Definition at line 1804 of file dynamicpaint.cc.

◆ vert_normals

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

Definition at line 1808 of file dynamicpaint.cc.

◆ vert_positions

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

Definition at line 1807 of file dynamicpaint.cc.


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