|
Blender
V3.3
|
#include <BKE_pbvh.h>
Public Attributes | |
| float(* | planes )[4] |
| int | num_planes |
Definition at line 85 of file BKE_pbvh.h.
| int PBVHFrustumPlanes::num_planes |
Definition at line 87 of file BKE_pbvh.h.
Referenced by BKE_pbvh_get_frustum_planes(), BKE_pbvh_set_frustum_planes(), drw_sculpt_generate_calls(), and test_frustum_aabb().
| float(* PBVHFrustumPlanes::planes)[4] |
Definition at line 86 of file BKE_pbvh.h.
Referenced by BKE_pbvh_get_frustum_planes(), BKE_pbvh_set_frustum_planes(), drw_sculpt_generate_calls(), get_pbvh_nodes(), sculpt_gesture_update_effected_nodes_by_clip_planes(), sculpt_gesture_update_effected_nodes_by_line_plane(), and test_frustum_aabb().