Blender Git Commit Log
Git Commits -> Revision 6cd13a2
Revision 6cd13a2 by Sergey Sharybin (master) April 11, 2016, 15:18 (GMT) |
Cycles: Rename tri_woop to tri_storage It's no longer a pre-computed data and just a storage of triangle coordinates which are faster to access to. |
Commit Details:
Full Hash: 6cd13a221f374091203dd38ea0f9fc649a2b9a7f
Parent Commit: e5a2790
Lines Changed: +43, -44
6 Modified Paths:
/intern/cycles/bvh/bvh.cpp (+21, -22) (Diff)
/intern/cycles/bvh/bvh.h (+3, -3) (Diff)
/intern/cycles/kernel/geom/geom_triangle_intersect.h (+12, -12) (Diff)
/intern/cycles/kernel/kernel_textures.h (+1, -1) (Diff)
/intern/cycles/render/mesh.cpp (+5, -5) (Diff)
/intern/cycles/render/scene.h (+1, -1) (Diff)
/intern/cycles/bvh/bvh.h (+3, -3) (Diff)
/intern/cycles/kernel/geom/geom_triangle_intersect.h (+12, -12) (Diff)
/intern/cycles/kernel/kernel_textures.h (+1, -1) (Diff)
/intern/cycles/render/mesh.cpp (+5, -5) (Diff)
/intern/cycles/render/scene.h (+1, -1) (Diff)