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

Public Attributes

PBVHpbvh
 
PBVHNode ** nodes
 
int totnode
 
float(* vnors )[3]
 
int flag
 
bool show_sculpt_face_sets
 

Detailed Description

Definition at line 1004 of file pbvh.c.

Member Data Documentation

◆ flag

int PBVHUpdateData::flag

Definition at line 1010 of file pbvh.c.

◆ nodes

PBVHNode** PBVHUpdateData::nodes

Definition at line 1006 of file pbvh.c.

◆ pbvh

PBVH* PBVHUpdateData::pbvh

Definition at line 1005 of file pbvh.c.

◆ show_sculpt_face_sets

bool PBVHUpdateData::show_sculpt_face_sets

Definition at line 1011 of file pbvh.c.

◆ totnode

int PBVHUpdateData::totnode

Definition at line 1007 of file pbvh.c.

◆ vnors

float(* PBVHUpdateData::vnors)[3]

Definition at line 1009 of file pbvh.c.


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