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?

Steam Machine launches today

https://store.steampowered.com/news/group/45479024/view/685257114654870245
1483•theschwa•14h ago•1302 comments

Will It Mythos?

https://swelljoe.com/post/will-it-mythos/
120•mindingnever•3h ago•68 comments

The new HTTP QUERY method explained

https://kreya.app/blog/new-http-query-method-explained/
20•CommonGuy•1h ago•2 comments

GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/models/glm-5.2
329•TechTechTech•10h ago•145 comments

VibeThinker: 3B param model that beats Opus 4.5 on reasoning with novel SFT+GRPO

https://arxiv.org/abs/2606.16140
139•timhigins•5h ago•46 comments

Polymarket has flooded social media with deceptive videos by paid creators

https://www.wsj.com/business/media/polymarket-social-media-bets-prediction-market-441cdeb5?st=HhTZY2
209•Vaslo•2d ago•160 comments

In praise of memcached

https://jchri.st/blog/in-praise-of-memcached/
127•j03b•6h ago•48 comments

An Introduction to YOLO26

https://blog.roboflow.com/yolo26/
59•teleforce•5h ago•15 comments

OpenAI DayBreak – GPT-5.5-Cyber

https://openai.com/index/daybreak-securing-the-world/
53•AaronO•5h ago•17 comments

Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models

https://arxiv.org/abs/2606.03748
35•teleforce•5h ago•4 comments

Optocam Zero: a Pi Zero based digital camera made using off the shelf components

https://github.com/dorukkumkumoglu/optocamzero
160•iamnothere•12h ago•40 comments

My Mathematical Regression

https://blog.dahl.dev/posts/my-mathematical-regression/
273•aleda145•3d ago•103 comments

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://github.com/imtomt/ymawky/tree/linux
7•imtomt•2h ago•0 comments

Moebius: 0.2B image inpainting model with 10B-level performance

https://hustvl.github.io/Moebius/
275•DSemba•17h ago•69 comments

Windows NT for GameCube/Wii

https://github.com/Wack0/entii-for-workcubes
55•zdw•3d ago•10 comments

Cyberdecks, going analog, and convivial technology

https://blog.hydroponictrash.solar/cyberdecks-going-analog-and-convivial-technology/
91•akkartik•3d ago•45 comments

Japanese symbols that speak without words

https://arun.is/blog/japan-symbols/
165•msephton•12h ago•87 comments

Show HN: Oak – Git alternative designed for agents

https://oak.space/oak/oak
181•zdgeier•15h ago•162 comments

Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040

https://www.cbc.ca/news/politics/federal-nuclear-strategy-9.7244509
439•geox•12h ago•286 comments

Package Managers need global hooks

https://captnemo.in/blog/2026/06/17/package-managers-need-hooks/
16•evakhoury•4d ago•24 comments

Improvements to Std:Format in C++26

https://mariusbancila.ro/blog/2026/06/19/improvements-to-stdformat-in-c26/
3•jandeboevrie•2d ago•0 comments

How Lume Works: The Retrieval Primitives

https://deepbluedynamics.com/blog/lume-retrieval-primitives
4•kordlessagain•2d ago•0 comments

Ask HN: Anthropic banned me from using Claude Code and I don't know what to do

24•ayi•54m ago•14 comments

Flock-Powered Police Chiefs Stalking Women Shows Why Warrants Are Needed

https://ipvm.com/reports/police-chiefs-track
486•jhonovich•12h ago•199 comments

Canyon HUD helmet for road riding

https://media-centre.canyon.com/en-INT/266866-new-canyon-heads-up-display-helmet-could-be-a-safet...
89•zh3•2d ago•101 comments

ytr: YouTube Radio for Emacs

https://xenodium.com/ytr-youtube-radio-for-emacs
106•xenodium•10h ago•9 comments

Kyber (YC W23) Is Hiring a Head of Engineering

https://www.ycombinator.com/companies/kyber/jobs/FGmI8mx-head-of-engineering
1•asontha•10h ago

1,700 free online courses from top universities

https://www.openculture.com/freeonlinecourses
168•momentmaker•5h ago•32 comments

Show HN: Got sick of ads, so I made my own logic puzzle site

https://puzzlelair.com/
182•HaxleRose•19h ago•112 comments

Help I accidentally a wigglegram

https://lmao.center/blog/wiggle-accidents/
526•gregsadetsky•3d ago•121 comments