Blender V4.5
DynamicPaintCreateUVSurfaceData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
PaintUVPointtempPoints
Vec3ftempWeights
blender::Span< int3corner_tris
const float(* mloopuv )[2]
blender::Span< int > corner_verts
const Bounds2DfaceBB
uint32_t * active_points

Detailed Description

Definition at line 2208 of file dynamicpaint.cc.

Member Data Documentation

◆ active_points

uint32_t* DynamicPaintCreateUVSurfaceData::active_points

Definition at line 2219 of file dynamicpaint.cc.

◆ corner_tris

blender::Span<int3> DynamicPaintCreateUVSurfaceData::corner_tris

Definition at line 2214 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintCreateUVSurfaceData::corner_verts

Definition at line 2216 of file dynamicpaint.cc.

◆ faceBB

const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB

Definition at line 2218 of file dynamicpaint.cc.

◆ mloopuv

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

Definition at line 2215 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface

Definition at line 2209 of file dynamicpaint.cc.

◆ tempPoints

PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints

Definition at line 2211 of file dynamicpaint.cc.

◆ tempWeights

Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights

Definition at line 2212 of file dynamicpaint.cc.


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