Blender Git Commit Log
Git Commits -> Revision 1c5cceb
Revision 1c5cceb by Sergey Sharybin (master) March 23, 2017, 16:45 (GMT) |
Cycles: Move intersection math to own header file There are following benefits: - Modifying intersection algorithm will not cause so much re-compilation. - It works around header dependency hell and allows us to use vectorization types much easier in there. |
Commit Details:
Full Hash: 1c5cceb7afef2666e937cc880bd206efebd0f044
Parent Commit: e8ff061
Lines Changed: +161, -135
1 Added Path:
/intern/cycles/util/util_math_intersect.h (+158, -0) (View)