Blender V4.3
DynamicPaintCreateUVSurfaceData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
PaintUVPointtempPoints
 
Vec3ftempWeights
 
blender::Span< int3corner_tris
 
const float(* mloopuv )[2]
 
blender::Span< intcorner_verts
 
const Bounds2DfaceBB
 
uint32_tactive_points
 

Detailed Description

Definition at line 2207 of file dynamicpaint.cc.

Member Data Documentation

◆ active_points

uint32_t* DynamicPaintCreateUVSurfaceData::active_points

Definition at line 2218 of file dynamicpaint.cc.

◆ corner_tris

blender::Span<int3> DynamicPaintCreateUVSurfaceData::corner_tris

Definition at line 2213 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintCreateUVSurfaceData::corner_verts

Definition at line 2215 of file dynamicpaint.cc.

◆ faceBB

const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB

Definition at line 2217 of file dynamicpaint.cc.

◆ mloopuv

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

Definition at line 2214 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface

Definition at line 2208 of file dynamicpaint.cc.

Referenced by dynamicPaint_createUVSurface().

◆ tempPoints

PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints

Definition at line 2210 of file dynamicpaint.cc.

◆ tempWeights

Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights

Definition at line 2211 of file dynamicpaint.cc.


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