Blender V4.3
DynamicPaintSetInitColorData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
blender::Span< intcorner_verts
 
const float(* mloopuv )[2]
 
blender::Span< int3corner_tris
 
const MLoopColmloopcol
 
ImagePoolpool
 

Detailed Description

Definition at line 1499 of file dynamicpaint.cc.

Member Data Documentation

◆ corner_tris

blender::Span<int3> DynamicPaintSetInitColorData::corner_tris

Definition at line 1504 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintSetInitColorData::corner_verts

Definition at line 1502 of file dynamicpaint.cc.

◆ mloopcol

const MLoopCol* DynamicPaintSetInitColorData::mloopcol

Definition at line 1505 of file dynamicpaint.cc.

◆ mloopuv

const float(* DynamicPaintSetInitColorData::mloopuv)[2]

Definition at line 1503 of file dynamicpaint.cc.

◆ pool

ImagePool* DynamicPaintSetInitColorData::pool

Definition at line 1506 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintSetInitColorData::surface

Definition at line 1500 of file dynamicpaint.cc.

Referenced by dynamicPaint_setInitialColor().


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