Blender
V3.3
|
Public Attributes | |
BVHTree * | tree |
BMLoop *(* | looptris )[3] |
float | uv [2] |
uint | base_index |
bool(* | filter_cb )(BMFace *f, void *userdata) |
void * | filter_data |
Definition at line 181 of file editmesh_knife.c.
uint KnifeBVH::base_index |
Definition at line 185 of file editmesh_knife.c.
Referenced by knife_bvh_raycast(), knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().
Definition at line 188 of file editmesh_knife.c.
Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().
void* KnifeBVH::filter_data |
Definition at line 189 of file editmesh_knife.c.
Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().
BMLoop*(* KnifeBVH::looptris)[3] |
Definition at line 183 of file editmesh_knife.c.
Referenced by knife_bvh_raycast(), knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().
BVHTree* KnifeBVH::tree |
Definition at line 182 of file editmesh_knife.c.
Referenced by knife_bvh_free(), knife_bvh_init(), knife_bvh_raycast(), knife_bvh_raycast_filter(), and knife_find_line_hits().
float KnifeBVH::uv[2] |
Definition at line 184 of file editmesh_knife.c.
Referenced by knife_bvh_raycast(), knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().