Blender  V3.3
Public Attributes | List of all members
FastNodeBuildInfo Struct Reference

Public Attributes

int totface
 
int start
 
struct FastNodeBuildInfochild1
 
struct FastNodeBuildInfochild2
 

Detailed Description

Definition at line 1670 of file pbvh_bmesh.c.

Member Data Documentation

◆ child1

struct FastNodeBuildInfo* FastNodeBuildInfo::child1

Definition at line 1673 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ child2

struct FastNodeBuildInfo* FastNodeBuildInfo::child2

Definition at line 1674 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ start

int FastNodeBuildInfo::start

Definition at line 1672 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ totface

int FastNodeBuildInfo::totface

Definition at line 1671 of file pbvh_bmesh.c.

Referenced by BKE_pbvh_build_bmesh(), and pbvh_bmesh_node_limit_ensure_fast().


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