frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Implicit UVs: Real-time semi-global parameterization of implicit surfaces [pdf]

https://baptiste-genest.github.io/papers/implicit_uvs.pdf
50•ibobev•1y ago

Comments

whizzter•1y ago
Interesting paper for someone fiddling with implicit surfaces, but it's gonna take a little while to digest it. Also there's no examples of resulting UV maps used in this (while on-model painting is simplified, afaik classically artists still preferred to get clearly delineated maps to modify in regular painting software even if stuff like Substance painter seems to have shifted that).

Implicit surface modelling tools are still evolving quickly, and one point that seems overlooked is how this would tie with authoring tools (since this is about a fairly raw numeric algorithm solution).

Post-modelling it should hold up, but would the maps retain similarity (or enable transferability) if the implicit model structure changes?

Imagine 2 disjoint spheres in space, the user drags them together, would this algorithm want to merge the UV mapping of them if they are smoothly joined? (no sharp creases).

baptiste-genest•1y ago
Hi, I'm the first author of the article. Thank you very much for your interest in the method!

For the 2 spheres, it's as you wish ! It depends on where you place the uv system in the CSG tree, if it is above a single sphere then it will remain on it, if it's above the union, the field should extent on both.

The main interest of the method is the fact that the output remains implicit so one can easily plug it in a CSG pipeline.

whizzter•1y ago
Right, so in the case of the UV connecting to the 2 sphere's in the CSG if one uses a smoothunion function, would the UV islands join "from each direction" in a predictable fashion as the spheres overlap more and more?
baptiste-genest•1y ago
If I understood what you mean, yes!

This example can be seen in the fast-forward: https://youtu.be/dK5JPHylzOg?si=zDHwaOL_xtx-_TJk

jplusequalt•1y ago
What a great paper. This paper is an example of why I find computer graphics to be the most interesting subset of computer science.
baptiste-genest•1y ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•1y ago
Related question: I'm coding a demo (as in "demoscene") and want to displace a plane SDF (think e.g. a heightmap) for raymarching.

This produces some visible discontinuities in the plane at larger slopes. My surface is still at f(x,y,z) = 0 but the rest of the field is completely messed up. From the little maths I know, that is no longer an SDF because among other issues, it no longer satisfies the Eikonal equation mentioned in the article.

Is there any way to fix this or am I SOL?

bhouston•1y ago
You need to take the minimum of the two SDF fields in the surrounding region (up to the global context if you need to) if you want it to maintain an SDF. The minimum of two SDFs is always a new SDF.

My suspicion is that the new plane isn't an SDF anymore, that is why you are getting artifacts or your ray marcher has problems with large scope angles, or something.

akomtu•1y ago
sdf(p + sin(p)*0.01)
GistNoesis•1y ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•1y ago
Great timing on this paper. I actually just started tackling a problem that is essentially exactly what is under discussion here (creating a coherent UV set for implicit geometry), so I'm very looking forward to reading it in depth.

At a first glace through, it seems to be written at a good blend between concept and implementation followthrough, something that notoriously is not always there for CG papers :) And it's also refreshing to read something that is not neuro-AI-generation of this or that for a change!

When AI override paths become production paths

https://heavythoughtcloud.com/blog/when-the-override-path-becomes-the-production-path
1•ryan-s•1m ago•0 comments

How much truth is in this comedy short [video]

https://www.youtube.com/shorts/673T5MZ9apE
1•Guestmodinfo•1m ago•0 comments

Qwen 3.7 appears in Qwen Chat website

https://chat.qwen.ai/
1•theanonymousone•2m ago•0 comments

One Pass Is Not Enough: Recursive Latent Refinement for Generative Models

https://arxiv.org/abs/2605.15309
1•selimonder•3m ago•0 comments

The Infrastructure Behind Making Local LLM Agents Useful

https://medium.com/@hussenmi/the-infrastructure-behind-actually-useful-local-llm-agents-67040167bf1a
1•hussenmi•4m ago•0 comments

Show HN: TokenShield – cut your Claude Code bill 40-70%

https://www.curatedmcp.com/tokenshield
1•curatedmcp•4m ago•2 comments

From Protocols to Platforms and Back

https://matthewsinclair.com/blog/0198-from-protocols-to-platforms-and-back
1•mooreds•5m ago•0 comments

Apple Reaches $250M Settlement over Claims It Misled People on A.I

https://www.nytimes.com/2026/05/05/technology/apple-intelligence-lawsuit-settlement.html
1•ViktorRay•5m ago•0 comments

Show HN: I made a tactical map-based WWII submarine simulator (public beta)

https://silentshark.app/alpha/
1•epaga•5m ago•0 comments

Thoughts on constitutional hardball and democratic reform

https://blog.mattglassman.net/thoughts-on-constitutional-hardball-and-democracy-reform/
1•JumpCrisscross•7m ago•0 comments

When Processes Collide: Lessons from the B2B Shop Floor

https://www.youtube.com/watch?v=UkL1kvn8tVM
1•RebootStr•7m ago•0 comments

The Invisible Burden: How AI Is Redefining Developer Productivity in 2026

https://sdtimes.com/softwaredev/the-invisible-burden-how-ai-is-redefining-developer-productivity-...
1•mikece•8m ago•0 comments

What "Amazon Supply Chain Services" Tells Us About What Amazon Is

https://gadallon.substack.com/p/the-third-time-amazon-did-this-what
2•JumpCrisscross•9m ago•0 comments

Encrypting and Decrypting Data in Python

https://en.andros.dev/blog/158e0835/encrypting-and-decrypting-data-in-python/
1•ibobev•9m ago•0 comments

The case of the Create­File­Mapping that always reported ERROR_ALREADY_EXISTS

https://devblogs.microsoft.com/oldnewthing/20260515-00/?p=112327
1•ibobev•9m ago•0 comments

Show HN: Merrai – portable AI context for Claude, ChatGPT, and any MCP tool

https://merrai.app/login?redirectTo=%2F
1•majmal•10m ago•0 comments

PDF Editor

https://www.getpdftool.com/
1•miamihomesdubai•10m ago•0 comments

Tcloc: Treemap Count Lines of Code

https://github.com/leonardcser/tcloc
2•rmarquis•11m ago•1 comments

PEP 748 – A Unified TLS API for Python

https://peps.python.org/pep-0748/
1•TheSilva•13m ago•0 comments

Today I shipped 20 apps and a screensaver ⌘I Get Info

https://blog.gingerbeardman.com/2026/04/17/today-i-shipped-twenty-apps-and-a-screensaver/
2•surprisetalk•14m ago•0 comments

Show HN: The Name in the Bracket (a free book on naming tensor dimensions)

https://einlang.github.io/einlang/book/
1•amazing42•14m ago•0 comments

MS Silently Patched a CVSS 9.9 Privilege Escalation in Azure Backup for AKS

https://olearysec.com/research/azure-backup-aks-silent-patch/
1•speckx•14m ago•0 comments

Someone Vibe-Coded Adobe Lightroom CC into Running on Linux

https://itsfoss.com/news/vibe-coded-adobe-lightroom-cc-linux/
1•mikece•14m ago•0 comments

UK Online Safety Act Used to Censor Reform UK Video

https://reclaimthenet.org/online-safety-act-election-censorship-reform-uk-tiktok-zia-yusuf
1•mikece•16m ago•0 comments

What's Working in DevTools Marketing Right Now? [audio]

https://scalingdevtools.com/podcast/episodes/karl
1•mooreds•16m ago•0 comments

Optimising DuckDB performance on large EC2 instances

https://www.robinlinacre.com/optimising_duckdb_performance_large_ec2_instances/
2•RobinL•18m ago•0 comments

Boston Dynamics – How does Atlas learn?

https://www.youtube.com/watch?v=xKK5ze3FukQ
1•punnerud•18m ago•0 comments

Same Opus 4.7, 33% fewer tokens: where coding agent cost comes from

https://www.augmentcode.com/blog/auggie-beats-claude-code-on-cost-and-quality
1•knes•21m ago•0 comments

Show HN: Requestguard – Bot-Protected Short Links

https://go.requestguard.com/
1•mariusbolik•21m ago•0 comments

Snohomish 911 now using AI to field calls

https://www.fox13seattle.com/news/snohomish-county-911-ai-field-calls
2•speckx•21m ago•0 comments