Blender Git Loki
Git Commits -> Revision 8cfac73
Revision 8cfac73 by Sergey Sharybin (master) December 24, 2014, 21:50 (GMT) |
Cycles: Implement refit_nodes for QBVH Title says it all, quite straightforward implementation. Would only mention that there's a bit of code duplication around packing node into pack.nodes. Trying to de-duplicate it ends up in quite hairy code (like functions with loads of arguments some of which could be NULL in certain circumstances etc..). Leaving solving this duplication for later. |
Commit Details:
Full Hash: 8cfac731a5b4aad1bf958ce5ee3b3980dacd2a7d
Parent Commit: fe49052
Lines Changed: +133, -2