This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Germano Cavalcante b01a56ee5c Transform Snap: Optimize edge-snap using BVH tree
changes in BLI_kdopbvh:

- `BLI_bvhtree_find_nearest_to_ray` now takes is_ray_normalized and scale argument.
- `BLI_bvhtree_find_nearest_to_ray_angle` has been added (use for perspective view).

changes in BLI_bvhutils:

- `bvhtree_from_editmesh_edges_ex` was added.

changes in math_geom:

- `dist_squared_ray_to_seg_v3` was added.

other changes:

- `do_ray_start_correction` is no longer necessary to snap to verts.
- the way in which the test of depth was done before is being simulated in callbacks.
2016-06-30 17:52:03 +10:00
..
2015-11-16 15:19:30 +11:00
2016-06-25 21:19:54 +10:00
2015-08-06 22:33:45 +10:00
2015-10-07 15:02:06 +11:00
2016-06-27 13:21:14 +10:00
2016-06-25 21:19:54 +10:00
2016-06-29 20:37:54 +10:00
2016-01-19 04:54:39 +11:00
2016-01-16 15:59:37 +01:00
2015-10-26 22:22:30 +11:00
2015-12-12 15:10:03 +11:00
2016-06-25 21:19:54 +10:00
2016-05-09 01:16:58 +10:00
2016-05-11 20:20:25 +10:00
2016-01-27 10:14:41 +01:00
2015-12-15 18:16:41 +11:00
2016-06-10 05:38:17 +10:00
2016-06-08 22:25:23 +10:00
2016-05-03 13:52:07 +10:00