- 各采样器比较
- 自适应细分是一个几乎所有其他“有偏差的非物理渲染器”(注1)都在采用的算法。它是一种相对来说有点老式,但在绝大多数情形下都非常好用的算法。它会算出干净且采样细致的图像结果,在静帧渲染时的表现非常出色,但是与DMC采样器相比,自适应细分往往会在一些本可以采样再少一点的地方过多采样
- DMC采样器,那么要在某些同样的地方求出同样质量的反射模糊可能就不用这么多样本,DMC是目前在求取镜头景深和三维运动模糊时最好用(时间短质量高)的光线追踪采样算法
- 详解“采样”,自适应采样
- 计算机自己判断出在有必要的时候,才增加对个别像素的采样。这就是自适应采样技术,因为采样的数目是依据图像的复杂程度而适应性变化的。那么在颜色对比比较明显的地方采样数量会增加
- 自适应细分和DMC采样的共同点是它们都是自适应性的采样算法,但是工作机制不同
- 细分采样器
- 细分算法的采样点是处于如图所示的像素顶角上,初始样本采集到信息以后,细分采样器会分析这些信息,然后来决定哪些像素需要更多的采样样本。每一个像素边角上的样本都被拿来比较,如果某个像素的色差大于参数面板中设定的颜色阈值(下图所示),Vray就会进一步细分这个像素,并且在这个像素上采集更多的样本
- 难以理解,先放着
A candid talk with Apple's CEO on a landmark day in its history. By Laura Locke | Wednesday, December 7, 2011 at 1:15 am Steve Jobs announces the iTunes Music Store. On April 28th, 2003, moments before I was about to interview Steve Jobs at San Francisco’s Moscone Center, I was jittery. Anticipation? Nerves? Excitement? You bet. All of those visceral emotions were firing. Knowing Jobs’ storied reputation as an irascible and exacting Silicon Valley CEO had me on edge. But I had prepared a tight set of questions. Secretly, I was hoping he might enjoy the line of inquiry. In turn, I would have a lively and candid report for my editors at TIME. What I didn’t know was that the interview was taking place on what would turn out to be one of the most important days in Apple’s history: The launch of the iTunes Music Store. Once again, Ste...