Blender V5.0
DynamicPaintCreateUVSurfaceData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
PaintUVPointtempPoints
Vec3ftempWeights
blender::Span< int3corner_tris
blender::Span< blender::float2uv_map
blender::Span< int > corner_verts
const Bounds2DfaceBB
uint32_t * active_points

Detailed Description

Definition at line 2218 of file dynamicpaint.cc.

Member Data Documentation

◆ active_points

uint32_t* DynamicPaintCreateUVSurfaceData::active_points

Definition at line 2229 of file dynamicpaint.cc.

◆ corner_tris

blender::Span<int3> DynamicPaintCreateUVSurfaceData::corner_tris

Definition at line 2224 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintCreateUVSurfaceData::corner_verts

Definition at line 2226 of file dynamicpaint.cc.

◆ faceBB

const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB

Definition at line 2228 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface

Definition at line 2219 of file dynamicpaint.cc.

◆ tempPoints

PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints

Definition at line 2221 of file dynamicpaint.cc.

◆ tempWeights

Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights

Definition at line 2222 of file dynamicpaint.cc.

◆ uv_map

blender::Span<blender::float2> DynamicPaintCreateUVSurfaceData::uv_map

Definition at line 2225 of file dynamicpaint.cc.


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