Blender  V2.93
Public Attributes | List of all members
ExpandFloodFillData Struct Reference

Public Attributes

float original_normal [3]
 
float edge_sensitivity
 
floatdists
 
floatedge_factor
 

Detailed Description

Topology: Initializes the falloff using a flood-fill operation, increasing the falloff value by 1 when visiting a new vertex.

Definition at line 443 of file sculpt_expand.c.

Member Data Documentation

◆ dists

float* ExpandFloodFillData::dists

◆ edge_factor

float* ExpandFloodFillData::edge_factor

Definition at line 447 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().

◆ edge_sensitivity

float ExpandFloodFillData::edge_sensitivity

Definition at line 445 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().

◆ original_normal

float ExpandFloodFillData::original_normal[3]

Definition at line 444 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().


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