Blender Git Loki
Git Commits -> Revision fa1d458
Revision fa1d458 by Nicholas Bishop (master) June 10, 2012, 16:37 (GMT) |
Code cleanups for the PBVH, no functional changes. * Use the PBVHType consistently in pbvh_update_draw_buffers(). * Split the raycast function up, mesh and grid raycast get their own functions now. * Replace duplicated code in BLI_pbvh_node_add_proxy() with call to BLI_pbvh_node_num_verts(). |
Commit Details:
Full Hash: fa1d458b19a077eff5a258d6933d5f1eb801e019
SVN Revision: 47693
Parent Commit: dc3645d
Lines Changed: +119, -90