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

 

 

相关文章:

  • 2021-07-06
  • 2021-08-17
  • 2021-09-24
  • 2021-05-30
  • 2021-08-27
  • 2021-09-29
  • 2022-12-23
  • 2021-04-14
猜你喜欢
  • 2021-11-09
  • 2021-04-12
  • 2022-02-16
  • 2021-06-05
  • 2022-02-07
  • 2022-03-09
  • 2021-11-05
相关资源
相似解决方案