Blender Git Loki
Git Commits -> Revision 1fbe802
Revision 1fbe802 by Stefan Werner (cycles_embree) November 26, 2017, 13:14 (GMT) |
Cycles: more work on embree integration - triangle meshes now support deformation motion blur |
Commit Details:
Full Hash: 1fbe802091d13e6777aeebec95f2993baa097c02
Parent Commit: 30af08c
Lines Changed: +894, -9
1 Added Path:
/build_files/cmake/platform/platform_win32_msvc.cmake (+506, -0) (View)
10 Modified Paths:
/build_files/cmake/platform/platform_apple.cmake (+4, -0) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+4, -0) (Diff)
/intern/cycles/bvh/bvh.h (+2, -2) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+241, -2) (Diff)
/intern/cycles/bvh/bvh_embree.h (+18, -0) (Diff)
/intern/cycles/cmake/external_libs.cmake (+6, -0) (Diff)
/intern/cycles/CMakeLists.txt (+0, -1) (Diff)
/intern/cycles/kernel/bvh/bvh.h (+69, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+15, -1) (Diff)
/intern/cycles/render/mesh.cpp (+29, -3) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+4, -0) (Diff)
/intern/cycles/bvh/bvh.h (+2, -2) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+241, -2) (Diff)
/intern/cycles/bvh/bvh_embree.h (+18, -0) (Diff)
/intern/cycles/cmake/external_libs.cmake (+6, -0) (Diff)
/intern/cycles/CMakeLists.txt (+0, -1) (Diff)
/intern/cycles/kernel/bvh/bvh.h (+69, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+15, -1) (Diff)
/intern/cycles/render/mesh.cpp (+29, -3) (Diff)