Blender V5.0
BMBVHTree Struct Reference

Public Attributes

BVHTreetree = nullptr
Span< std::array< BMLoop *, 3 > > looptris = {}
BMeshbm = nullptr
const blender::float3cos_cage = nullptr
bool cos_cage_free = false
int flag = 0

Detailed Description

Definition at line 21 of file editmesh_bvh.cc.

Member Data Documentation

◆ bm

◆ cos_cage

◆ cos_cage_free

bool BMBVHTree::cos_cage_free = false

Definition at line 29 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_free(), and BKE_bmbvh_new_ex().

◆ flag

int BMBVHTree::flag = 0

Definition at line 31 of file editmesh_bvh.cc.

Referenced by BKE_bmbvh_new_ex(), and bmbvh_ray_cast_handle_hit().

◆ looptris

◆ tree


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