Blender  V3.3
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 427 of file sculpt_expand.c.

Member Data Documentation

◆ dists

float* ExpandFloodFillData::dists

◆ edge_factor

float* ExpandFloodFillData::edge_factor

Definition at line 431 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().

◆ edge_sensitivity

float ExpandFloodFillData::edge_sensitivity

Definition at line 429 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().

◆ original_normal

float ExpandFloodFillData::original_normal[3]

Definition at line 428 of file sculpt_expand.c.

Referenced by sculpt_expand_normal_falloff_create().


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