Oversee 发表于 2025-3-26 21:02:43
Automatic Handling of Materials in Nested Volumesnality. The only requirements are the use of closed, watertight volumes (along with a ray tracing implementation such as NVIDIA RTX that guarantees watertight traversal and intersection) and that neighboring volumes are not intended to intersect each other, except for a small overlap that actually will model the boundary between the volumes.Confirm 发表于 2025-3-27 02:17:28
http://reply.papertrans.cn/83/8217/821676/821676_32.pngGREG 发表于 2025-3-27 05:32:45
http://reply.papertrans.cn/83/8217/821676/821676_33.pngmyalgia 发表于 2025-3-27 09:44:28
Introduction to DirectX RaytracingModern graphics APIs such as DirectX 12 expose low-level hardware access and control to developers, often resulting in complex and verbose code that can be intimidating for novices. In this chapter, we hope to demystify the steps to set up and use DirectX for ray tracing.IRK 发表于 2025-3-27 14:16:36
http://reply.papertrans.cn/83/8217/821676/821676_35.png严峻考验 发表于 2025-3-27 18:17:14
http://reply.papertrans.cn/83/8217/821676/821676_36.png详细目录 发表于 2025-3-27 23:08:25
http://reply.papertrans.cn/83/8217/821676/821676_37.png繁荣中国 发表于 2025-3-28 05:54:24
Cool Patches: A Geometric Approach to Ray/Bilinear Patch IntersectionsWe find intersections between a ray and a nonplanar bilinear patch using simple geometrical constructs. The new algorithm improves the state of the art performance by over 6× and is faster than approximating a patch with two triangles.红肿 发表于 2025-3-28 09:55:32
A Simple Load-Balancing Scheme with High Scaling EfficiencyThis chapter describes an image partitioning scheme that can be used to distribute the work of computing pixel values across multiple processing units. The resulting workload distribution scheme is simple to implement, yet effective.Chronological 发表于 2025-3-28 12:24:13
Eric Haines,Tomas Akenine-MöllerA collection of ideas, tips, and best practices for real-time ray tracing applications, created by graphics experts.Explores the capabilities of the latest APIs from Microsoft and other companies.Topi