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•9mo ago

Comments

bschwindHN•9mo 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•9mo 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•9mo 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?

MacBook Neo

https://www.apple.com/newsroom/2026/03/say-hello-to-macbook-neo/
1562•dm•11h ago•1883 comments

Googleworkspace/CLI

https://github.com/googleworkspace/cli
51•gonzalovargas•1h ago•17 comments

Building a new Flash

https://bill.newgrounds.com/news/post/1607118
320•TechPlasma•5h ago•82 comments

Dario Amodei calls OpenAI’s messaging around military deal ‘straight up lies’

https://techcrunch.com/2026/03/04/anthropic-ceo-dario-amodei-calls-openais-messaging-around-milit...
197•SilverElfin•2h ago•78 comments

Something is afoot in the land of Qwen

https://simonwillison.net/2026/Mar/4/qwen/
525•simonw•10h ago•248 comments

Picking Up a Zillion Pieces of Litter

https://www.sixstepstobetterhealth.com/litter.html
33•colinbartlett•3d ago•17 comments

Humans 40k yrs ago developed a system of conventional signs

https://www.pnas.org/doi/10.1073/pnas.2520385123
64•bikenaga•9h ago•29 comments

Moss is a pixel canvas where every brush is a tiny program

https://www.moss.town/
183•smusamashah•15h ago•22 comments

What's Driving Rising Business Costs?

https://libertystreeteconomics.newyorkfed.org/2026/03/whats-driving-rising-business-costs/
8•jnord•1h ago•2 comments

The View from RSS

https://www.carolinecrampton.com/the-view-from-rss/
75•Curiositry•5h ago•19 comments

NanoGPT Slowrun: Language Modeling with Limited Data, Infinite Compute

https://qlabs.sh/slowrun
124•sdpmas•8h ago•24 comments

BMW Group to deploy humanoid robots in production in Germany for the first time

https://www.press.bmwgroup.com/global/article/detail/T0455864EN/bmw-group-to-deploy-humanoid-robo...
85•JeanKage•4h ago•68 comments

NRC Issues First Commercial Reactor Construction Approval in 10 Years [pdf]

https://www.nrc.gov/sites/default/files/cdn/doc-collection-news/2026/26-028.pdf
45•Anon84•4h ago•20 comments

“It turns out” (2010)

https://jsomers.net/blog/it-turns-out
243•Munksgaard•11h ago•76 comments

An interactive map of Flock Cams

https://deflock.org/map#map=5/37.125286/-96.284180
507•anjel•7h ago•191 comments

Qwen3.5 Fine-Tuning Guide – Unsloth Documentation

https://unsloth.ai/docs/models/qwen3.5/fine-tune
280•bilsbie•14h ago•70 comments

Daemon (2006)

https://en.wikipedia.org/wiki/Daemon_(novel)
18•solomonb•9h ago•3 comments

Data Has Weight but Only on SSDs

https://cubiclenate.com/2026/03/04/data-has-weight-but-only-on-ssds-blathering/
71•LorenDB•7h ago•48 comments

Was Windows 1.0's lack of overlapping windows a legal or a technical matter?

https://retrocomputing.stackexchange.com/questions/32511/was-windows-1-0s-lack-of-overlapping-win...
50•SeenNotHeard•5h ago•33 comments

A bit of fluid mechanics from scratch not from scratch

https://tsvibt.blogspot.com/2026/02/a-bit-of-fluid-mechanics-from-scratch.html
31•surprisetalk•2d ago•11 comments

Raspberry Pi Pico as AM Radio Transmitter

https://www.pesfandiar.com/blog/2026/02/28/pico-am-radio-transmitter
72•pesfandiar•4d ago•28 comments

Glaze by Raycast

https://www.glazeapp.com/
194•romac•12h ago•119 comments

Roboflow (YC S20) Is Hiring a Security Engineer for AI Infra

https://roboflow.com/careers
1•yeldarb•8h ago

Making Firefox's right-click not suck with about:config

https://joshua.hu/firefox-making-right-click-not-suck
269•mmsc•7h ago•178 comments

Libre Solar – Open Hardware for Renewable Energy

https://libre.solar
213•evolve2k•3d ago•62 comments

Flip Distance of Convex Triangulations and Tree Rotation Is NP-Complete

https://arxiv.org/abs/2602.22874
17•nill0•4d ago•0 comments

Show HN: Vertex.js – A 1kloc SPA Framework

https://lukeb42.github.io/vertex-manual.html
37•LukeB42•3d ago•23 comments

Show HN: A shell-native cd-compatible directory jumper using power-law frecency

https://github.com/jghub/sd-switchdir
14•jghub•15h ago•1 comments

MyFirst Kids Watch Hacked. Access to Camera and Microphone

https://www.kth.se/en/om/nyheter/centrala-nyheter/kth-studenten-hackade-klocka-for-barn-1.1461249
113•jidoka•13h ago•31 comments

Faster C software with Dynamic Feature Detection

https://gist.github.com/jjl/d998164191af59a594500687a679b98d
56•todsacerdoti•7h ago•2 comments