本文主要是介绍half-angle slicing半角切片技术,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
首先理解阴影的本质,光照被其他体素遮挡了。
Adding shadows to the volume lighting model means that light gets attenuated through the volume before being reflected back to the eye.
体渲染(volume rendering)算法包括ray casting、Texture-based technique等。今天介绍Texture-based technique里的half-angle slicing技术。
如下图:
网上的代码有误,修正后代码在这里。结果如下:
这篇关于half-angle slicing半角切片技术的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!