Blender Git Loki
Git Commits -> Revision ad6db67
Revision ad6db67 by MATILLAT Quentin (soc-2019-embree-gpu) July 26, 2019, 10:16 (GMT) |
Add support for linear interpolation on bounding box |
Commit Details:
Full Hash: ad6db67771ff82ad79d99c00070b7d0ced15a65f
Parent Commit: 12ad52c
Lines Changed: +331, -261
8 Modified Paths:
/intern/cycles/bvh/bvh2.cpp (+3, -23) (Diff)
/intern/cycles/bvh/bvh2.h (+1, -3) (Diff)
/intern/cycles/bvh/bvh_embree_converter.cpp (+224, -156) (Diff)
/intern/cycles/bvh/bvh_embree_converter.h (+7, -1) (Diff)
/intern/cycles/bvh/bvh_node.cpp (+6, -2) (Diff)
/intern/cycles/bvh/bvh_node.h (+38, -2) (Diff)
/intern/cycles/kernel/bvh/bvh_nodes.h (+47, -74) (Diff)
/intern/cycles/kernel/kernel_types.h (+5, -0) (Diff)
/intern/cycles/bvh/bvh2.h (+1, -3) (Diff)
/intern/cycles/bvh/bvh_embree_converter.cpp (+224, -156) (Diff)
/intern/cycles/bvh/bvh_embree_converter.h (+7, -1) (Diff)
/intern/cycles/bvh/bvh_node.cpp (+6, -2) (Diff)
/intern/cycles/bvh/bvh_node.h (+38, -2) (Diff)
/intern/cycles/kernel/bvh/bvh_nodes.h (+47, -74) (Diff)
/intern/cycles/kernel/kernel_types.h (+5, -0) (Diff)