len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2011 档案

摘要:1. Processing each l-th primitive at the binning step, where l=log10(N) and N is number of primitives in the current node.2. Experiments demonstrated that it is beneficial to switch to exact SAH computation when the number of primitives in the current node is less or equal to the number of bins.3. E 阅读全文
posted @ 2011-07-26 14:26 Len3d 阅读(277) 评论(0) 推荐(0)

摘要:Here are some tips:1. Convert all VC projects to ICL projects by Use Intel C++.2. SetStructure Alignmentto 1 byte or 4 byte, otherwise ICL may default to 16 byte.3. If you don't want to have dependency on libmmd.dll, use Multi-threaded rather than Multi-threaded DLL to static link with ICL runti 阅读全文
posted @ 2011-07-15 18:02 Len3d 阅读(636) 评论(0) 推荐(1)