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

#include <BKE_bvhutils.h>

Public Attributes

struct BVHTreetree
 
BVHTree_NearestPointCallback nearest_callback
 
BVHTree_RayCastCallback raycast_callback
 
struct BMEditMeshem
 
bool cached
 

Detailed Description

Struct that stores basic information about a BVHTree built from a edit-mesh.

Definition at line 32 of file BKE_bvhutils.h.

Member Data Documentation

◆ cached

bool BVHTreeFromEditMesh::cached

Definition at line 42 of file BKE_bvhutils.h.

Referenced by snap_object_data_editmesh_get().

◆ em

struct BMEditMesh* BVHTreeFromEditMesh::em

◆ nearest_callback

BVHTree_NearestPointCallback BVHTreeFromEditMesh::nearest_callback

Default callbacks to BVH nearest and ray-cast.

Definition at line 36 of file BKE_bvhutils.h.

Referenced by bvhtree_from_editmesh_setup_data(), and nearest_world_editmesh().

◆ raycast_callback

BVHTree_RayCastCallback BVHTreeFromEditMesh::raycast_callback

Definition at line 37 of file BKE_bvhutils.h.

Referenced by bvhtree_from_editmesh_setup_data(), and raycastEditMesh().

◆ tree

struct BVHTree* BVHTreeFromEditMesh::tree

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