zoukankan      html  css  js  c++  java
  • SAH Benchmarks Of Natural History Museum Scene

    method                                                                                                     no. traversal steps        no. intersection tests

    baseline :                                                                                                            27.53                          15.25

    SAH termination :                                                                                               26.97                          16.07

    SAH termination + leaf size limit (16) :                                                                   26.97                          15.76

    SAH termination + leaf size limit (24) :                                                                 26.97                          15.76

    SAH termination + leaf size limit (32) :                                                                 26.97                          16.07

    SAH termination + leaf size limit (24) + spatial splits (4) :                                      27.72                          13.10

    SAH termination + leaf size limit (24) + spatial splits (10) :                                    27.78                          13.04

    SAH termination + leaf size limit (24) + spatial splits (10) + intersection cost (1) :   27.56                          13.67

    SAH termination + leaf size limit (24) + spatial splits (7) + intersection cost (1) :     27.59                          13.62

    SAH termination + leaf size limit (24) + spatial splits (5) + intersection cost (1) :     27.56                          13.65

  • 相关阅读:
    GridView点击行触发SelectedIndexChanged事件
    javascript 功能大全
    scrollHeight、offsetHeight、clientHeight
    鸟哥的 Linux 私房菜
    谈谈对程序员的培养
    UTF8编码中的BOM字符 引起Session/Cookies失效
    “Request 对象 错误 'ASP 0104 : 80004005' 不允许操作
    生成网站,如何不生成.pdb文件?
    小心swfupload 的cookie Bug
    使用vbs脚本检查网站是否使用asp.net
  • 原文地址:https://www.cnblogs.com/len3d/p/3705696.html
Copyright © 2011-2022 走看看