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

Public Attributes

int totface
 
int start
 
struct FastNodeBuildInfochild1
 
struct FastNodeBuildInfochild2
 

Detailed Description

Definition at line 1682 of file pbvh_bmesh.c.

Member Data Documentation

◆ child1

struct FastNodeBuildInfo* FastNodeBuildInfo::child1

Definition at line 1685 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ child2

struct FastNodeBuildInfo* FastNodeBuildInfo::child2

Definition at line 1686 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ start

int FastNodeBuildInfo::start

Definition at line 1684 of file pbvh_bmesh.c.

Referenced by pbvh_bmesh_node_limit_ensure_fast().

◆ totface

int FastNodeBuildInfo::totface

Definition at line 1683 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: