Nice!
How are the blobs applied though? Are they computed inside the receiver's pixel shader? In a loop? Or multipass with blend? Or deferred? Or...
@guycalledfrank.bsky.social
Graphics programmer, indie game developer. Developed Bakery (a GPU lightmapper) and some other tools. Ex-PlayCanvas engine dev. Working on Faded: https://linktr.ee/fadedthegame Other stuff: https://ndotl.wordpress.com/cv/
Nice!
How are the blobs applied though? Are they computed inside the receiver's pixel shader? In a loop? Or multipass with blend? Or deferred? Or...
Totally normal skinning
07.10.2025 11:54 β π 107 π 18 π¬ 3 π 1RTPreview was also updated for compatibility:
assetstore.unity.com/packages/too...
Full changelog: docs.google.com/document/d/1...
04.10.2025 12:38 β π 3 π 0 π¬ 1 π 0Bakery v1.97 is live on the Asset Store!
assetstore.unity.com/packages/too...
Better performance, colored transparencies, better light probes, presets, rotatable volumes and lots of other things.
π₯¨
#gamedev #raytracing #lightmaps
Continuing on the topic of GPU utilisation and performance, as a practical example, I looked a bit deeper into the impact of vertex shader exports on the cost of a drawcall and wrote another blog post with some observations interplayoflight.wordpress.com/2025/09/21/t...
21.09.2025 20:05 β π 50 π 13 π¬ 2 π 0Github access is here if you have the Store one: geom.io/bakery/wiki/...
28.09.2025 10:18 β π 4 π 0 π¬ 0 π 0So, Iβm preparing the new Asset Store version (v1.97) for Bakery. Current changelog is here: docs.google.com/document/d/1...
If you can test the latest github version (which is basically whatβs gonna land on the store), just to make sure nothing suddenly broke, that would help a lot! π
Another stunner.
"Video Game Blurs (and how the best one works)"
blog.frost.kiwi/dual-kawase/
Additional important note: Light Filter meshes still receive diffuse lighting as any other lightmapped objects. Not visible on my video because I'm using a simple multiply-blend shader, but you can sample lightmaps on them (make a dusty stained glass?)
11.09.2025 20:51 β π 5 π 0 π¬ 0 π 0Important notes:
- It tints all direct/indirect rays, but doesn't scatter them. For that try Bakery's SSS feature instead.
- Works with all directional modes, light types, GI, probes, volumes.
- In Shadowmask mode, as masks are assumed grayscale, only R channel is used
So it works now!
If you have Bakery, can you try getting the latest github patch and using it?
Add "Bakery Light Filter" component to an object to make it act like stained glass π
(video from RTPreview for fanciness, but it looks the same when baked)
#gamedev
Oh boy, got the textures hooked up
08.09.2025 16:16 β π 22 π 2 π¬ 0 π 1(excuse the noise)
07.09.2025 22:51 β π 12 π 0 π¬ 1 π 0Hacking around some translucent colored shadows for Bakery & RTPreview...
07.09.2025 22:12 β π 33 π 2 π¬ 1 π 0Slides from my SIGGRAPH 2025 and CEDEC 2025 talks βFast as Hell: idTech 8 Global Illuminationβ, are now publicly available through the Advances in Real-Time Rendering in Games course. Lecture recordings will be available soon on the course's YouTube channel.
26.08.2025 12:52 β π 99 π 26 π¬ 1 π 0Yeah... mostly to prevent any floating issues when re-transforming vertices.
A validation script should probably check for renderer.bounds.center?
Hi, thanks! :)
All your shaders need to do is here: geom.io/bakery/wiki/...
... I didn't mention ZWrite Off, as it's "obvious", but yeah... good point - will add it to the docs now.
wave_tracer 0.1 released
wavetracer.dev
wave_tracer combines path tracing and wave optics in a novel way, for practical general-purpose wave simulations across a variety of EM modalities and applications.
New blog post discussing a few approaches to bottleneck reduction and GPU utilisation and performance increase interplayoflight.wordpress.com/2025/08/29/g...
29.08.2025 19:52 β π 101 π 24 π¬ 1 π 0Great Siggraph 2025 presentation of Gran Turismo's tonemapping pipeline, which also includes a fantastic introduction to light perception and tonemapping, its origins and how it evolved over the years with display technology, recommended read: blog.selfshadow.com/publications...
14.08.2025 20:35 β π 108 π 33 π¬ 1 π 3Bakery is on sale again?? A summer sale they say?
β¨π₯¨May I interest you in some fresh warm baked global illumination?π₯¨π
assetstore.unity.com/packages/too...
#gamedev
Other programmers become goose farmers, and I became a hobbyist tomato farmer :D
First harvest, here we go...
Along the river Gradac, near Valjevo π
04.08.2025 16:56 β π 26 π 3 π¬ 2 π 0The terrain above is based on an erosion noise implemented by clayjohn and Fewes in this Shadertoy:
www.shadertoy.com/view/7ljcRW
It's really impressive, more people doing terrain generation should know about it!
#ProcGen
π’
31.07.2025 19:39 β π 0 π 0 π¬ 1 π 0Using Bakery realtime preview by @guycalledfrank.bsky.social to check area lights... to be baked into volumes for Light Volumes by @sim.red ... to THEN be used to provide the walls, fog and avatars in #VRChat with realtime light information from the screen.
The FUTURE baby~ Β¦D
Did you know that GetWindowRect returns -32000 for a minimized window position?
And it's not mentioned in msdn docs.
Well, now you know.
How to speed up random memory accesses
blog.s-schoener.com/2025-07-28-r...