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?

American Medical Association Backs Classification of Nearsightedness as Disease

https://www.aao.org/newsroom/news-releases/detail/ama-backs-formal-classification-nearsightedness
8•plun9•9m ago•1 comments

The Interim Computer Museum

https://icm.museum/
98•mulmen•5h ago•8 comments

When Anyone Can Build Software, Who Decides What Not to Build?

https://architectureintel.com/when-anyone-can-build-software-who-decides-what-not-to-build-ae07fd...
19•younss•1h ago•13 comments

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/en/publication/why-are-ai-agents-lying-cheating-and-coordinating
131•jonifico•6h ago•136 comments

Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/
431•juliantigler•15h ago•101 comments

Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases

https://withspecific.com/benchmarks/real-swe
227•theanonymousone•11h ago•129 comments

I Added a Non-Wi-Fi Mitsubishi AC to Home Assistant

https://medium.com/@ivangomezarnedo/how-i-added-a-non-wi-fi-mitsubishi-ac-to-home-assistant-22770...
56•ichacas•2d ago•27 comments

After Math

https://terrytao.wordpress.com/2026/09/12/after-math/
47•throwaway81523•4h ago•26 comments

Aligned to whom?

https://hyperbo.la/w/aligned-to-whom/
30•lopopolo•4h ago•4 comments

Nvidia is the central bank of AI

https://www.economist.com/interactive/briefing/2026/09/03/nvidia-is-the-central-bank-of-ai
462•tolugenius•16h ago•325 comments

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/
193•NaOH•4d ago•48 comments

A succession crisis that tore England apart (2023)

https://www.historytoday.com/archive/feature/succession-crisis-tore-england-apart
26•pepys•4h ago•12 comments

Everyone should slow down AI development except for me

https://xeiaso.net/notes/2026/everyone-slowdown-but-me/
392•xena•7h ago•234 comments

Stabilizing Rust's Never Type

https://lwn.net/SubscriberLink/1091015/d9e48318ed242b41/
175•cjd8•3d ago•49 comments

AgentsDock: An IDE designed for agentic AI research

https://agentsdock.net/
42•ZihuiGeorgia•7h ago•15 comments

Don't be the out of touch Kung Fu master

https://twitter.com/ID_AA_Carmack/status/2098443262214230095
100•dsubburam•9h ago•80 comments

A wandering black hole caught feeding on the run

https://phys.org/news/2026-08-black-hole-caught.html
10•wglb•4h ago•1 comments

Durable execution without history replay

https://trigora.dev/blog/durable-execution-without-history-replay/
16•hypervs•3d ago•2 comments

Vintage Scientific Papers with LaTeX

https://github.com/Foadsf/vintage-latex
56•petalmind•3d ago•6 comments

P(doom)

https://lucumr.pocoo.org/2026/9/12/pdoom/
64•lumpa•10h ago•32 comments

LG denies TV spying claims, says tracking and snooping concerns 'not true'

https://www.tomshardware.com/tech-industry/big-tech/lg-strongly-denies-tv-security-claims-says-tr...
508•datakan•2d ago•396 comments

Liesegang Rings

https://chillphysicsenjoyer.substack.com/p/liesegang-rings
33•surprisetalk•3d ago•4 comments

Getting 50 GB/S Back from the Apple Neural Engine

https://eiln.github.io/posts/ane-dma.html
131•eiln•3d ago•25 comments

We must pace the frontier

https://darioamodei.com/post/we-must-pace-the-frontier
624•apsec112•17h ago•878 comments

Will there be a 7G?

https://arxiv.org/abs/2609.01877
96•Betelbuddy•14h ago•157 comments

I made a build visualizer to understand Bun's compile times

https://lalitm.com/post/buildprof/
121•lalitmaganti•16h ago•22 comments

Günther Anders, the Philosopher at the End of the World

https://www.compactmag.com/article/gunther-anders-the-philosopher-at-the-end-of-the-world/
9•Caiero•2d ago•0 comments

Microcode in Intel's 8087 floating-point chip: the scale instruction

https://www.righto.com/2026/09/8087-microcode-reverse-engineering-fscale.html
105•pwg•15h ago•33 comments

Linux Zoom client proactively reading everything written to X11 clipboard

https://hachyderm.io/@simontatham/117201594980991062
275•encyclopedism•12h ago•86 comments

From Git to Fossil (2025)

https://lucio.albenga.es/web-en/posts/2025/from-git-to-fossil.html
58•smartmic•2d ago•32 comments