|
Blender V4.3
|
#include <BKE_bvhutils.hh>
Public Attributes | |
| BVHTree * | tree |
| BVHTree_NearestPointCallback | nearest_callback |
| const float(* | coords )[3] |
Definition at line 162 of file BKE_bvhutils.hh.
| const float(* BVHTreeFromPointCloud::coords)[3] |
Definition at line 167 of file BKE_bvhutils.hh.
Referenced by BKE_bvhtree_from_pointcloud_get().
| BVHTree_NearestPointCallback BVHTreeFromPointCloud::nearest_callback |
Definition at line 165 of file BKE_bvhutils.hh.
Referenced by BKE_bvhtree_from_pointcloud_get(), blender::nodes::node_geo_proximity_cc::ProximityFunction::call(), and blender::nodes::node_geo_sample_nearest_cc::get_closest_pointcloud_points().
| BVHTree* BVHTreeFromPointCloud::tree |
Definition at line 163 of file BKE_bvhutils.hh.
Referenced by BKE_bvhtree_from_pointcloud_get(), blender::nodes::node_geo_proximity_cc::ProximityFunction::call(), and blender::nodes::node_geo_sample_nearest_cc::get_closest_pointcloud_points().