Hacker News with Generative AI: Ray Tracing

Measuring Acceleration Structures (zeux.io)
Hardware accelerated raytracing, as supported by DirectX 12 and Vulkan, relies on an abstract data structure that stores scene geometry, known as “acceleration structure” and often referred to as “BVH” or “BLAS”. Unlike geometry representation for rasterization, rendering engines can not customize the data layout; unlike texture formats, the layout is not standardized across vendors.
Measuring Acceleration Structures (zeux.io)
Hardware accelerated raytracing, as supported by DirectX 12 and Vulkan, relies on an abstract data structure that stores scene geometry, known as “acceleration structure” and often referred to as “BVH” or “BLAS”. Unlike geometry representation for rasterization, rendering engines can not customize the data layout; unlike texture formats, the layout is not standardized across vendors.
Half-Life 2 RTX (steampowered.com)
Re-live the groundbreaking, critically acclaimed Half-Life 2 like never before, reimagined with RTX Remix. Featuring full ray tracing, remastered assets, and DLSS 4 with Multi Frame Generation, this DLC is free for Half-Life 2 owners.
Raytracing on Intel's Arc B580 (chipsandcheese.com)
Intel’s discrete GPU strategy has emphasized add-on features ever since Alchemist launched. Right from the start, Intel invested heavily in dedicated matrix multiplication units, raytracing accelerators, and hardware video codecs. Battlemage continues that trend. Raytracing deserves attention because raytraced effects are gaining prominence on an increasing number of titles.
Radiant Foam: Real-Time Differentiable Ray Tracing (radfoam.github.io)
Research on differentiable scene representations is consistently moving towards more efficient, real-time models.
Ray Tracing in One Weekend (raytracing.github.io)
I’ve taught many graphics classes over the years. Often I do them in ray tracing, because you are forced to write all the code, but you can still get cool images with no API. I decided to adapt my course notes into a how-to, to get you to a cool program as quickly as possible. It will not be a full-featured ray tracer, but it does have the indirect lighting which has made ray tracing a staple in movies.
Show HN: I've made a Monte-Carlo raytracer for glTF scenes in WebGPU (github.com/lisyarus)
This is a GPU "software" raytracer (i.e. using manual ray-scene intersections and not RTX) written using the WebGPU API. It expects a single glTF scene as input. It supports flat-colored and textured materials with albedo, normal, and material maps. It doesn't support refraction (yet).
Show HN: Library to replace box shadows on a webpage with ray traced shadows (steren.fr)
rtx-on.js is an experimental JavaScript library that enhances web pages by simulating in real time realistic lights and shadows using ray tracing.
Rendering Tiny Glades with Entirely Too Much Ray Marching [video] (youtube.com)
Amanatides and Woo's fast voxel traversal (m4xc.dev)
In this article we will dive deep into Amanatides and Woo's fast voxel traversal algorithm. Designed for, however not limited to, ray tracing voxel grids.
Ray Tracing Harmonic Functions (markjgillespie.com)
Show HN: Ray Tracing in One Weekend v4.0.0 (raytracing.github.io)
3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes (gaussiantracer.github.io)
3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes (gaussiantracer.github.io)
3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes (gaussiantracer.github.io)
Nvidia uses raytracing to model 5G network design (nvidia.com)
Ray Tracing with POV-Ray: 25 Scenes in 25 Days (github.com/susam)
POV-Ray – The Persistence of Vision Raytracer (2021) (povray.org)
City in a Bottle – A 256 Byte Raycasting System (frankforce.com)
Spectral Ray Tracing (larswander.com)