|
Blender V5.0
|
#include <BLI_kdopbvh.hh>
Public Attributes | |
| float | origin [3] |
| float | direction [3] |
| float | radius |
| struct IsectRayPrecalc * | isect_precalc |
Definition at line 51 of file BLI_kdopbvh.hh.
| float BVHTreeRay::direction[3] |
ray direction
Definition at line 55 of file BLI_kdopbvh.hh.
Referenced by bmbvh_ray_cast_cb(), blender::bke::bvhtree_ray_tri_intersection(), blender::bke::bvhtree_sphereray_tri_intersection(), bvhtree_test_edges_isect_2d_ray_cb(), blender::ed::sculpt_paint::cloth::cloth_brush_collision_cb(), harmonic_ray_callback(), knife_bvh_raycast_cb(), blender::ed::transform::mesh_corner_tris_raycast_backface_culling_cb(), blender::bke::mesh_corner_tris_spherecast(), blender::bke::mesh_edges_spherecast(), blender::bke::mesh_faces_spherecast(), blender::bke::mesh_verts_spherecast_do(), py_bvhtree_raycast_cb(), and raycast_callback().
| struct IsectRayPrecalc* BVHTreeRay::isect_precalc |
Definition at line 59 of file BLI_kdopbvh.hh.
Referenced by bmbvh_ray_cast_cb(), bvh_callback(), blender::bke::bvhtree_ray_tri_intersection(), harmonic_ray_callback(), and knife_bvh_raycast_cb().
| float BVHTreeRay::origin[3] |
ray origin
Definition at line 53 of file BLI_kdopbvh.hh.
Referenced by bmbvh_ray_cast_cb(), blender::bke::bvhtree_ray_tri_intersection(), blender::bke::bvhtree_sphereray_tri_intersection(), blender::ed::sculpt_paint::cloth::cloth_brush_collision_cb(), harmonic_ray_callback(), knife_bvh_raycast_cb(), blender::ed::transform::mesh_corner_tris_raycast_backface_culling_cb(), blender::bke::mesh_corner_tris_spherecast(), blender::bke::mesh_edges_spherecast(), blender::bke::mesh_faces_spherecast(), blender::bke::mesh_verts_spherecast_do(), py_bvhtree_raycast_cb(), and raycast_callback().
| float BVHTreeRay::radius |
radius around ray
Definition at line 57 of file BLI_kdopbvh.hh.
Referenced by BKE_psys_collision_neartest_cb(), bmbvh_ray_cast_cb(), knife_bvh_raycast_cb(), blender::bke::mesh_corner_tris_spherecast(), blender::bke::mesh_edges_spherecast(), and blender::bke::mesh_faces_spherecast().