frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Precomputing Transparency Order in 3D

https://jacobdoescode.com/2025/05/18/precomputing-transparency-order-in-3d
14•jacobp100•11mo ago

Comments

bschwindHN•11mo ago
> Today, getting the correct order for translucent faces typically involves sorting the faces by their distance to the camera on the CPU, then sending the sorted faces to the GPU. This means every time the camera moves, you need to re-sort the translucent faces.

Don't most games and rendering engines these days use order-independent transparency if they care about these problems?

https://osor.io/OIT

How does the method in the OP article work if you're rendering meshes instead of planar objects? Sure, a mesh is just composed of planar triangles, but that's a _lot_ of triangles to sort, and with an O(n^2) algorithm, it's going to be painful.

user____name•11mo ago
A big problem with OIT techniques is that it presumes all see-trough surfaces use alpha blending. In reality other blending modes can be used, most notably additive blending. Additive blending is very useful because it ensures the surface will always be brighter than the background, which is important for things like fire, which look strange when the background is actually brighter than the blended surface, this is quite common.

Another issue is that OIT techniques usually have a breaking point where drawing too many layers will start showing artefacts.

So in order for OIT to work correctly you have to enforce all surfaces to be either opaque or use alpha blending and also avoid drawing too many layers. This is more limiting than sorting based approaches for the average usecase, even if it does end up fixing cases that aren't easily fixed via sorting. Besides that, people working in games and realtime rendering have simply gotten accustomed to designing around alpha blending issues.

bschwindHN•11mo ago
What's the granularity of sorting, for most modern games? I'm guessing just sorting by an object or mesh center, instead of sorting each triangle, but are there are methods I'm unaware of?

GTFOBins

https://gtfobins.org/
164•StefanBatory•3h ago•49 comments

Talkie: a 13B vintage language model from 1930

https://talkie-lm.com/introducing-talkie
354•jekude•11h ago•125 comments

Microsoft and OpenAI end their exclusive and revenue-sharing deal

https://www.bloomberg.com/news/articles/2026-04-27/microsoft-to-stop-sharing-revenue-with-main-ai...
877•helsinkiandrew•20h ago•754 comments

Is my blue your blue?

https://ismy.blue/
531•theogravity•13h ago•367 comments

Can You Find the Comet?

https://apod.nasa.gov/apod/ap260427.html
30•ColinWright•1d ago•7 comments

Pgrx: Build Postgres Extensions with Rust

https://github.com/pgcentralfoundation/pgrx
84•luu•3d ago•5 comments

WASM is not quite a stack machine

https://purplesyringa.moe/blog/wasm-is-not-quite-a-stack-machine/
27•signa11•5h ago•5 comments

The World's Most Complex Machine

https://worksinprogress.co/issue/the-worlds-most-complex-machine/
14•mellosouls•2d ago•0 comments

High Performance Git

https://gitperf.com/
139•gnabgib•9h ago•28 comments

Mo RAM, Mo Problems (2025)

https://fabiensanglard.net/curse/
124•blfr•2d ago•20 comments

Three men are facing charges in Toronto SMS Blaster arrests

https://www.tps.ca/media-centre/stories/unprecedented-sms-blaster-arrests/
161•gnabgib•12h ago•73 comments

Men who stare at walls

https://www.alexselimov.com/posts/men_who_stare_at_walls/
577•aselimov3•22h ago•259 comments

4TB of voice samples just stolen from 40k AI contractors at Mercor

https://app.oravys.com/blog/mercor-breach-2026
525•Oravys•23h ago•197 comments

The quiet resurgence of RF engineering

https://atempleton.bearblog.dev/quiet-resurgence-of-rf-engineering/
197•merlinq•2d ago•107 comments

How I leared what a decoupling capacitor is for, the hard way

https://nbelakovski.substack.com/p/how-i-learned-what-a-decoupling-capacitor
96•actinium226•2d ago•49 comments

Easyduino: Open Source PCB Devboards for KiCad

https://github.com/Hanqaqa/Easyduino
216•Hanqaqa•15h ago•33 comments

LingBot-Map: Streaming 3D reconstruction with geometric context transformer

https://technology.robbyant.com/lingbot-map
28•nateb2022•6h ago•2 comments

Meetings are forcing functions

https://www.mooreds.com/wordpress/archives/3734
119•zdw•2d ago•57 comments

Networking changes coming in macOS 27

https://eclecticlight.co/2026/04/23/networking-changes-coming-in-macos-27/
227•pvtmert•17h ago•204 comments

The woes of sanitizing SVGs

https://muffin.ink/blog/scratch-svg-sanitization/
218•varun_ch•18h ago•90 comments

Fully Featured Audio DSP Firmware for the Raspberry Pi Pico

https://github.com/WeebLabs/DSPi
291•BoingBoomTschak•2d ago•81 comments

Pgbackrest is no longer being maintained

https://github.com/pgbackrest/pgbackrest
423•c0l0•22h ago•221 comments

Integrated by Design

https://vivianvoss.net/blog/integrated-by-design-launch
95•vermaden•10h ago•40 comments

Spanish archaeologists discover trove of ancient shipwrecks in Bay of Gibraltar

https://www.theguardian.com/science/2026/apr/15/hidden-treasures-spanish-archaeologists-discover-...
107•1659447091•2d ago•28 comments

FDA approves first gene therapy for treatment of genetic hearing loss

https://www.fda.gov/news-events/press-announcements/fda-approves-first-ever-gene-therapy-treatmen...
243•JeanKage•23h ago•88 comments

Radar Laboratory – Interactive Radar Phenomenology

https://radarlaboratory.com/
53•jonbaer•2d ago•4 comments

GitHub Copilot is moving to usage-based billing

https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/
660•frizlab•17h ago•485 comments

Lessons from building multiplayer browsers

https://www.alejandro.pe/writing/sail-muddy-lessons
45•alejandrohacks•1d ago•14 comments

Quarkdown – Markdown with Superpowers

https://quarkdown.com/
307•amai•1d ago•113 comments

“Why not just use Lean?”

https://lawrencecpaulson.github.io//2026/04/23/Why_not_Lean.html
282•ibobev•19h ago•194 comments