码迷,mamicode.com
首页 > 其他好文 > 详细

Chapter 2: Bounding Volume Hierarchies 层次包围盒

时间:2018-06-08 01:00:09      阅读:993      评论:0      收藏:0      [点我收藏+]

标签:als   bubuko   its   ret   对象   obj   技术分享   object   and   

关键是找一个完全包裹所有对象的盒子:

if (ray hits bounding object)
  return whether ray hits bounded objects
else
  return false

  技术分享图片

例如,我们把对象集分为两组,红和蓝,然后用矩形包围他们:

if (hits purple)
  hit0 = hits blue enclosed objects
  hit1 = hits red enclosed objects
  if (hit0 or hit1)
    return true and info of closer hit
return false

   技术分享图片

  技术分享图片

 

Chapter 2: Bounding Volume Hierarchies 层次包围盒

标签:als   bubuko   its   ret   对象   obj   技术分享   object   and   

原文地址:https://www.cnblogs.com/TooYoungTsukasa/p/9153315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!