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?

Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving

https://qwen.ai/blog?id=qwen3.6-max-preview
380•mfiguiere•5h ago•209 comments

ggsql: A Grammar of Graphics for SQL

https://opensource.posit.co/blog/2026-04-20_ggsql_alpha_release/
275•thomasp85•6h ago•63 comments

GitHub's Fake Star Economy

https://awesomeagents.ai/news/github-fake-stars-investigation/
590•Liriel•11h ago•319 comments

Kimi K2.6: Advancing Open-Source Coding

https://www.kimi.com/blog/kimi-k2-6
385•meetpateltech•4h ago•187 comments

We accepted surveillance as default

https://vivianvoss.net/blog/why-we-accepted-surveillance
163•speckx•3h ago•71 comments

Kefir C17/C23 Compiler

https://sr.ht/~jprotopopov/kefir/
43•conductor•2d ago•2 comments

10 years ago, someone wrote a test for Servo that included an expiry in 2026

https://mastodon.social/@jdm_/116429380667467307
137•luu•1d ago•82 comments

M 7.4 earthquake – 100 km ENE of Miyako, Japan

https://earthquake.usgs.gov/earthquakes/eventpage/us6000sri7/
216•Someone•9h ago•91 comments

Atlassian enables default data collection to train AI

https://letsdatascience.com/news/atlassian-enables-default-data-collection-to-train-ai-f71343d8
365•kevcampb•7h ago•84 comments

WebUSB Extension for Firefox

https://github.com/ArcaneNibble/awawausb
137•tuananh•7h ago•107 comments

Bloom (YC P26) Is Hiring

https://www.ycombinator.com/companies/trybloom/jobs
1•RayFitzgerald•2h ago

Sauna effect on heart rate

https://tryterra.co/research/sauna-effect-on-heart-rate
291•kyriakosel•5h ago•167 comments

Deezer says 44% of songs uploaded to its platform daily are AI-generated

https://techcrunch.com/2026/04/20/deezer-says-44-of-songs-uploaded-to-its-platform-daily-are-ai-g...
164•FiddlerClamp•3h ago•185 comments

Quantum Computers Are Not a Threat to 128-Bit Symmetric Keys

https://words.filippo.io/128-bits/
23•hasheddan•2h ago•4 comments

Larry Tesler: A Personal History of Modeless Text Editing and Cut/Copy-Paste (2012)

https://dl.acm.org/doi/epdf/10.1145/2212877.2212896
29•aragonite•3d ago•6 comments

Chernobyl's last wedding

https://www.bbc.com/news/articles/c0q92lx8q75o
40•1659447091•1d ago•9 comments

The Theory of Interstellar Trade [pdf] (1978)

https://www.princeton.edu/~pkrugman/interstellar.pdf
64•AFF87•2h ago•19 comments

Show HN: Alien – Self-hosting with remote management (written in Rust)

60•alongub•4h ago•17 comments

OpenClaw isn't fooling me. I remember MS-DOS

https://www.flyingpenguin.com/build-an-openclaw-free-secure-always-on-local-ai-agent/
223•feigewalnuss•11h ago•259 comments

All phones sold in the EU to have replaceable batteries from 2027

https://www.theolivepress.es/spain-news/2026/04/20/eu-to-force-replaceable-batteries-in-phones-an...
698•ramonga•5h ago•595 comments

At long last, InfoWars is ours

https://theonion.com/at-long-last-infowars-is-ours/
416•HotGarbage•2h ago•157 comments

I'm never buying another Kindle

https://www.androidauthority.com/amazon-kindle-2026-3657863/
170•mikhael•4h ago•138 comments

Modern Rendering Culling Techniques

https://krupitskas.com/posts/modern_culling_techniques/
16•krupitskas•1d ago•2 comments

Focused microwaves allow 3D printers to fuse circuits onto almost anything

https://newatlas.com/electronics/meta-nfc-focused-microwaves-circuits/
130•breve•2d ago•23 comments

NSA is using Anthropic's Mythos despite blacklist

https://www.axios.com/2026/04/19/nsa-anthropic-mythos-pentagon
390•Palmik•9h ago•277 comments

Ask HN: How to solve the cold start problem for a two-sided marketplace?

111•alegd•5h ago•111 comments

Up to 8M Bees Are Living in an Underground Network Beneath This Cemetery

https://www.discovermagazine.com/up-to-8-million-bees-are-living-in-an-underground-network-beneat...
155•janandonly•2d ago•27 comments

Rumor: Anthropic is going to buy Atlassian?

https://old.reddit.com/r/atlassian/comments/1sob1s2/atlassian_anthropic/
7•SilverElfin•10m ago•0 comments

IPC medley: message-queue peeking, io_uring, and bus1

https://lwn.net/Articles/1065490/
38•signa11•3d ago•0 comments

I Made the "Next-Level" Camera and I love it

https://thelibre.news/i-made-the-next-level-camera-and-i-love-it/
208•ndr•4d ago•67 comments