Infrared captures with a 720nm filter
Infrared captures from today
31.07.2025 00:21 โ ๐ 50 ๐ 5 ๐ฌ 1 ๐ 0@shreyosghosh.bsky.social
loadingshaders.xyz
Infrared captures with a 720nm filter
Infrared captures from today
31.07.2025 00:21 โ ๐ 50 ๐ 5 ๐ฌ 1 ๐ 0If ever you feel like your code is Real Dumb and you'll never get into graphics, please take a look at my very first OpenGL project, which I recently unearthed on an old drive. It is indeed Real Dumb, and yet I persisted. You can too!
github.com/elcuppietan/...
messing with this again, converted to a forward approach... it's more efficient at resolving the caustics, but I haven't figured out what to do for the artifacts where it clips in bright areas and the aliasing patterns that happen near the refractive surfaces... something to do with the line drawing
10.07.2025 08:57 โ ๐ 35 ๐ 4 ๐ฌ 1 ๐ 0Animated time of day on the Sponza scene.
#MetalRT #rendering
I've rendered a forgery of the nerdiest photo W.V. has ever taken.
#MetalRT #rendering
The Vulkan porting is complete ๐ The last missing piece was the primordial raster renderer, which I am not sure why I keep around :)
All in all, it wasn't nearly as hard as I thought it would be.
More experiments with a fractal with very good geometry for representing pipes - three copies with different numbers of iterations for the sections of different material, doing like a pvc-pipe looking thing, with the other pipes done in a color constant for iron that I found and gold metallic accent
25.05.2025 13:49 โ ๐ 38 ๐ 2 ๐ฌ 1 ๐ 0Raether Knob with rough glass material
Raether Knob with diffused white material
Raether Knob with plastic checker texture material
A little bit late but still, Happy New Year 2025 to all!
The ground texture is from: www.poliigon.com/texture/exte...
A thread full of nothing but The Last of Us part I environment photos. This game is incredibly gorgeous. Really impressive what they achieved here without ray tracing. Would love to see a long GDC talk or smth about how they made this game. There will already be posts below but I will add more.
19.12.2024 12:20 โ ๐ 39 ๐ 5 ๐ฌ 1 ๐ 3A scene with the Stanford Bunny sitting on top of a checker textured floor with diffuse white material.
A scene with the Stanford Bunny sitting on top of a checker textured floor with dielectric glass material.
Thanks to github.com/syoyo/tinygltf,
my CPU path tracer now supports GLTF mesh rendering! ๐ฅณ
Here are both of my renders of the Stanford Bunny (~75k triangles) with diffuse white and dielectric glass materials.
Two small diffuse white boxes placed inside a Cornell Box.
Two small diffuse white boxes placed inside a Cornell Box with rotation and translation applied.
Two boxes with subsurface scattering material(smoke and fog) placed inside a Cornell Box with rotation and translation applied.
A render showcasing various spheres with different materials: a textured Earth sphere, a metallic sphere, a glass sphere, and a diffuse sphere, alongside a cluster of spheres, all set on a surface made with boxes with random heights and illuminated by an emissive quad.
The code repo: github.com/shreyosgit/R...
#raytracing #raytracingthenextweek #cornellbox
A scene with thousands of spheres with motion blur having diffuse, metallic, dielectric and image texture material.
A scene with one small sphere with uv checker image texture material on top of another large sphere having procedural checker texture material.
A scene with one small sphere resting on top of another large sphere both textured with procedural perlin noise texture material.
A scene featuring a small sphere resting on top of a larger sphere, both textured with a procedural Perlin noise material, illuminated by a small emissive sphere and an emissive quad.
Finally, Iโve completed implementing all the concepts from the book. As promised, here are the renders of all the scenes from this book.
#raytracing #raytracingthenextweek #cornellbox
[March 22, 2022]
I'm pleased to share that the RTXGI SDK v1.3.7 repo is now public (no registration required)! It includes full source code and an example implementation (D3D12 and Vulkan) that demonstrates how achieve indirect diffuse lighting with scalable costs.
github.com/NVIDIAGameWo...
Put this off for too long, added hot reload of shaders. Super useful for debugging, using it here to shut off albedo to see indirect lighting in isolation and then preview UVs. Fairly easy to support since everything is done through a single shader and takes less than a second to recompile.
16.11.2024 17:17 โ ๐ 28 ๐ 1 ๐ฌ 1 ๐ 0A few years ago I started implementing a 3d editor as a hobby project, prosaically named "Workbench". I dedicated a few hours to it most weeks, sometimes with months-long pauses. This is how it started and how it's going.
27.10.2024 05:53 โ ๐ 54 ๐ 3 ๐ฌ 2 ๐ 0Following a single light path around twisty corridor.
By the way, the viewport is rendered integrating those long paths.
[August 4, 2021]
I am delighted to announce that Ray Tracing Gems II is available *now* and is *free* to download! 7 sections. 50 chapters. 90 authors from across the globe.
Download #RTGII here: link.springer.com/book/10.1007...
While you get started with the series, I highly suggest you look into shadertoy.com. Since, algorithms like ray tracing are highly parallelizable, learning how to write glsl shaders, will definitely help you build the raytracer.
06.11.2024 20:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0In terms of math skills, you need to have a basic understanding of linear algebra (mainly vectors and matrices). For programming skills, I would say, you can practice, e.g. up to the first 40 videos of The Cherno's C++ series. It covers most of the required topics used in the first two parts.
06.11.2024 20:40 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Hey, thanks for your comment! I think the series(not sure about the 3rd one lol) is very beginner friendly and made for someone who wants to have an introductory understanding and have a good base on how to build an offline renderer using the raytracing algorithm.
06.11.2024 20:37 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0A Cornell Box Lit with an Emissive Sphere.
For the past few months, I've been learning and implementing the "Ray Tracing The Next Week" Book. I'm almost done with all the concepts. Soon, I'll post more renders. Meanwhile, here's my first ever render of the Cornell Box.
#raytracing #raytracingthenextweek #cornellbox
Instead of copying old posts from The Other Site, I will post my blog interplayoflight.wordpress.com in case anyone finds anything interesting in there. There is no theme, I blog about whatever shiny I tinker with, although there are quite a few posts on compute shader raytracing with homemade BVHs.
26.10.2024 13:58 โ ๐ 27 ๐ 8 ๐ฌ 0 ๐ 0Graphics Programming weekly - Issue 362 - October 20th, 2024 www.jendrikillner.com/post/graphic...
26.10.2024 04:44 โ ๐ 86 ๐ 29 ๐ฌ 0 ๐ 1Graphics moved to BlueSky? Great!
While I work on the initial release of a fast, "C-with-classes", single-file BVH-builder / optimizer library, may I perhaps amuse you with some reading material on the subject:
jacco.ompf2.com/2022/04/13/h...
Comes with a github repo too!
github.com/jbikker/bvh_...
Thanks for creating all these great lists that help us get started here.
bsky.app/starter-pack...
bsky.app/starter-pack...
bsky.app/starter-pack...
bsky.app/starter-pack...
bsky.app/starter-pack...
I tried going through my following for anyone that seemed to mention graphics / engine dev / etc, and added them all to a starter pack. I might have missed people, or included people I shouldn't, but it's at least a start! Please let me know anyone else that should be included!
go.bsky.app/UFcEcV6
A render of a scene with four spheres with metallic and diffuse material.
A render of a scene with four spheres with metallic, diffuse and dielectric material.
A render of a scene with four spheres with metallic, diffuse and dielectric material showcased with defocus blur effect.
A render of a scene with many spheres with a combination of metallic, diffuse and dielectric material showcased with defocus blur effect.
First Post!!! ๐ฅณ
Last year, I made my first path tracer Raether, using the Ray Tracing in One Weekend book. Here are my renders of some of the scenes shown in the book!
The github code repo: github.com/shreyosgit/R...
#raytracinginoneweekend #pathtracing