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

  • 相关阅读:
    数据库复习之数据库系统概论
    C++前缀表达式和后缀表达式
    MySQL——排序和分页
    MySQL——联表查询
    MySQL——Where条件子句
    MySQL——DQL查询数据(Select)
    MySQL——外键、DML语言(添加、修改、删除)
    MySQL——数据库的操作、属性
    MySQL——简介和安装
    MySQL——数据库
  • 原文地址:https://www.cnblogs.com/len3d/p/3705696.html
Copyright © 2011-2022 走看看