frontpage.
newsnewestaskshowjobs

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!

Watching Nature Videos Can Help Relieve Stress, Study Finds

https://cnr.ncsu.edu/news/2026/07/nature-videos-relieve-stress/
1•XzetaU8•1m ago•0 comments

Show HN: We Built a Chat of Stanford's CS229 Course Notes

1•mingtianzhang•2m ago•0 comments

Whats the Max Valid Length (In Bytes) of an Emoji? (2023)

https://machs.space/posts/whats-the-max-valid-length-of-an-emoji/
1•Erenay09•5m ago•0 comments

The Wayland Trojan Horse

https://lainnet.arcesia.net/blog/2025_06_16.html
1•mimasama•6m ago•0 comments

SensorFM: Towards a general intelligence and interface for wearable health data

https://research.google/blog/sensorfm-towards-a-general-intelligence-and-interface-for-wearable-h...
1•nilen•10m ago•0 comments

I Married a Communist

https://cinemasojourns.com/2026/07/13/i-married-a-communist/
1•jjgreen•11m ago•0 comments

European "age verification" "app" forcing everyone to use Android or iOS

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/discussions/19
3•roundabout-host•14m ago•0 comments

Big Tech Is Turning A.I.'S Dystopia into Reality

https://tribunemag.co.uk/2026/06/big-tech-is-turning-a-i-s-dystopia-into-reality
2•robtherobber•16m ago•0 comments

What Is Google AI Studio Used For?

https://galaxyonknowledge.substack.com/p/what-is-google-ai-studio-used-for
1•galaxyonknowled•20m ago•0 comments

Job queues are deceptively tricky

https://typesanitizer.com/blog/job-queues.html
1•ingve•21m ago•0 comments

Infinities, impossibilities, and the man in the white linen suit

https://iain.so/infinities-impossibilities-and-the-man-in-the-white-linen-suit
2•iainharper•24m ago•0 comments

Alternative(s) to run CUDA on non-Nvidia hardware

https://www.hpcwire.com/2026/07/09/spectral-compute-aims-to-set-cuda-free-will-it-succeed/
11•alok-g•25m ago•1 comments

Odysee: The new YouTube for the far-right (2017)

https://gnet-research.org/2021/02/17/odysee-the-new-youtube-for-the-far-right/
2•robtherobber•25m ago•0 comments

Swiss Army Breaks with Microsoft: "Cyber Command" Relies on Open Source

https://www.heise.de/en/news/Swiss-Army-breaks-with-Microsoft-Cyber-Command-relies-on-Open-Source...
4•vrganj•25m ago•0 comments

The U.S. spent $30B to ditch textbooks for laptops and tablets

https://fortune.com/article/how-did-us-spending-30-billion-dollars-on-laptops-result-in-first-gen...
4•01-_-•26m ago•0 comments

Two Case Studies of NaN

https://sebsite.pw/w/20260709-nan.html
2•theanonymousone•26m ago•1 comments

Apple's iPhone Ultra will be double the price of the iPhone 17 Pro Max

https://mashable.com/tech/apple-iphone-ultra-price-rumor
3•01-_-•27m ago•0 comments

Show HN: Turn any folder of code, SQL schemas into a queryable knowledge graph

https://github.com/Graphify-Labs/graphify
2•adithyaharish•28m ago•0 comments

Ask HN: Does anyone else find GPT-5.6 Sol in Codex slow?

3•linzhangrun•33m ago•1 comments

NSF Launches Project Triad to Advance Quantum Tech for Real-World Applications

https://thequantuminsider.com/2026/07/07/nsf-launches-project-triad-to-advance-quantum-technology...
2•rbanffy•34m ago•0 comments

InfiniteDiffusion: Learned Procedural Open-World Terrain Generation

https://xandergos.github.io/terrain-diffusion/
1•logdahl•34m ago•1 comments

OpenAl Is Showing Kalshi's World Cup Odds in ChatGPT

https://www.nytimes.com/2026/07/13/technology/kalshi-openai-chatgpt-world-cup-odds.html
1•wertyk•36m ago•0 comments

Show HN: Tiny Minimal Markdown Pastebin

https://tnypst.xyz/about
3•martinopiaggi•41m ago•0 comments

Automation Takes the Easy Jobs and Leaves You the Hard Ones

https://julienreszka.com/blog/automation-takes-the-easy-jobs-and-leaves-you-the-hard-ones/
2•julienreszka•41m ago•0 comments

I was wrong about MCPs

https://twitter.com/_overment/status/2076440928726708612
2•heftykoo•42m ago•0 comments

Databricks-TUI – a terminal dashboard for Databricks, like k9s

https://crates.io/crates/databricks-tui
2•pjhamera•44m ago•0 comments

We gave our agent memory: building an LLM Wiki over sources that never sit still

https://engineering.taktile.com/blog/llm-wiki-agent-memory/
5•choboswaggings•46m ago•0 comments

I built a functional software platform, but zero support. Here is my tool

https://www.bountyclaimer.com/
2•Kevan12•49m ago•1 comments

Slothful summer app lets you scroll simply by tilting your head

https://www.theregister.com/personal-tech/2026/07/10/slothful-summer-app-lets-you-scroll-simply-b...
2•tippa123•52m ago•0 comments

Users want to interact. Your app isn't ready. Here's the fix

https://gossipstack.com/products/echo
2•iBuildMobileApp•53m ago•0 comments