Blender V5.0
blender::ed::sculpt_paint::brushes::smooth_cc::LocalData Struct Reference

Public Attributes

Vector< float3positions
Vector< floatfactors
Vector< floatdistances
Vector< int > neighbor_offsets
Vector< int > neighbor_data
Vector< float3new_positions
Vector< float3translations

Detailed Description

Definition at line 49 of file smooth.cc.

Member Data Documentation

◆ distances

Vector<float> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::distances

Definition at line 52 of file smooth.cc.

◆ factors

Vector<float> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::factors

Definition at line 51 of file smooth.cc.

◆ neighbor_data

Vector<int> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::neighbor_data

Definition at line 54 of file smooth.cc.

◆ neighbor_offsets

Vector<int> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::neighbor_offsets

Definition at line 53 of file smooth.cc.

◆ new_positions

Vector<float3> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::new_positions

Definition at line 55 of file smooth.cc.

◆ positions

Vector<float3> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::positions

Definition at line 50 of file smooth.cc.

◆ translations

Vector<float3> blender::ed::sculpt_paint::brushes::smooth_cc::LocalData::translations

Definition at line 56 of file smooth.cc.


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