frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

bschwindHN•1y 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•1y 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•1y 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?

Elevators

https://john.fun/elevators
223•Jrh0203•1h ago•82 comments

Big Food vs. the People

https://www.lighthousereports.com/investigation/big-food-vs-the-people/
29•jruohonen•53m ago•3 comments

I built a f.lux alternative because the M5 Max firmware broke existing solutions

https://driftformac.app/
20•jackvanstone•1h ago•12 comments

DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/deepseek-v4-flash
381•theanonymousone•8h ago•203 comments

Algorithms on billion-scale graph using 10GB RAM: I love DataFusion

https://semyonsinchenko.github.io/ssinchenko/post/datafusion-graphs-cc-2/
17•speckx•1h ago•2 comments

DeepSeek-V4-Flash Update

https://api-docs.deepseek.com/updates/
532•dnhkng•10h ago•257 comments

Show HN: Shared memory graph for Claude and ChatGPT, over MCP

https://uml.gpmai.workers.dev
16•12ziyad•59m ago•10 comments

A GTK4 SSH-askpass in Zig

https://xn--gckvb8fzb.com/a-gtk4-ssh-askpass-in-zig/
22•surprisetalk•1h ago•6 comments

Arch Linux disables AUR package adoption

https://lwn.net/Articles/1086489/
37•database64128•2h ago•8 comments

The End of an Era

https://hughhowey.com/the-end-of-an-era/
277•harscoat•5h ago•320 comments

Make Everything to Markdown

https://klartext.it-handwerk-stuttgart.de/
17•Beko2210•1h ago•5 comments

Dubious research tied to Red Bull has shaped energy drink policy

https://www.theexamination.org/articles/red-bull-funded-research-energy-drinks-alcohol
47•Jimmc414•59m ago•63 comments

The session you cannot take with you

https://earendil.com/posts/session-portability/
667•apitman•13h ago•188 comments

Is AI reasoning right for the wrong reasons?

https://www.quantamagazine.org/is-ai-reasoning-right-for-the-wrong-reasons-20260731/
61•retupmoc01•1h ago•64 comments

13 Models and 4 Agents on SWE Tasks: Go, Java, Python, Rust, TS

https://swe-rebench.com
9•ibragim_bad•1h ago•3 comments

Tasklet (YC P26) Is Hiring a Customer Success Engineer

https://tasklet.ai/careers/customer-success-engineer
1•mayop100•4h ago

Google fixed more Chrome bugs in June than over the past two years, thanks to AI

https://blog.google/security/chrome-stronger-with-every-update/
397•Garbage•9h ago•382 comments

Show HN: BitBang – Reach machines behind NAT from a browser, no account

https://github.com/richlegrand/bitbang-cli
10•narragansett•2h ago•1 comments

The C ``Clockwise/Spiral Rule''

https://c-faq.com/decl/spiral.anderson.html
14•etrvic•3h ago•7 comments

New Defcon Badges Pack a Unique Open-Source Chip That Doubles as a Security Key

https://www.wired.com/story/defcon-34-badge-baochip-andrew-bunnie-huang/
36•hn_acker•1h ago•7 comments

Why ugly buildings create NIMBYism

https://www.worksinprogress.news/p/why-ugly-buildings-create-nimbyism
11•bensouthwood•2h ago•9 comments

The Art of Decision-Making (2019)

https://www.newyorker.com/magazine/2019/01/21/the-art-of-decision-making
8•EndXA•1h ago•0 comments

Situational Awareness down 67% in July in AI stock rout

https://www.wsj.com/finance/investing/situational-awareness-down-67-in-july-in-ai-stock-rout-cd19...
104•pondsider•3h ago•104 comments

The Maxwell Conjecture Is False (GPT 5.6 Sol)

https://arxiv.org/abs/2607.27197
103•rahen•5h ago•95 comments

Moonshot’s Kimi uses 20k Nvidia chip cluster from Alibaba

https://www.bloomberg.com/news/articles/2026-07-31/moonshot-s-kimi-built-on-20-000-nvidia-chip-cl...
65•gk1•3h ago•42 comments

Winding Down Artichoke Ruby

https://hyperbo.la/w/winding-down-artichoke-ruby/
40•ksec•5d ago•4 comments

The most official water costs $120k a gallon

https://signoregalilei.com/2026/07/26/the-most-official-water-costs-120000-a-gallon/
17•surprisetalk•1h ago•2 comments

Show HN: I built a cross-browser extension that controls fingerprinting surfaces

https://privacything.com/en/
11•tomaszjanusz•1h ago•2 comments

Anti-fraud tools can't keep pace with scammers exploiting cheap internet calling

https://broadbandbreakfast.com/how-to-fight-back-against-fraudulent-robocalls/
16•dredmorbius•3h ago•8 comments

Show HN: Gander, an Android file viewer that asks for no permissions at all

https://github.com/mokshablr/gander
173•mokshablr•11h ago•62 comments