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!

The Coming 'Power Wars' Between Humans and Datacenters

https://sourceryintel.com/reports/humans-vs-datacenters
1•cdrnsf•42s ago•0 comments

Frontier labs don't use most AI compute(yet)

https://epoch.ai/gradient-updates/frontier-labs-dont-use-most-ai-compute
1•sleepyguy•50s ago•0 comments

Low-Overhead General-Purpose Near-Data Processing in CXL Memory Expanders

https://arxiv.org/abs/2404.19381
2•rbanffy•4m ago•0 comments

The Stock Market Looks Different When Measured in Gold

https://www.anupshinde.com/stock-market-measured-in-gold/
3•anupshinde•13m ago•1 comments

Bounty for the first 3-agent AI swarm to ship one verifiable artifact

https://aibtc.com/bounty/mph3k1ox8cfcc82151d3
2•BFF-ARMY-Ape•13m ago•0 comments

EU's foreign policy boss Kallas is undermining Europe's credibility

https://www.intellinews.com/eu-s-foreign-policy-boss-kallas-is-undermining-europe-s-credibility-4...
2•bushwart•14m ago•0 comments

A new suite of modern tools for editing and publishing IETF RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
4•fanf2•14m ago•0 comments

Hangul, Seen by an Engineer: What Our Alphabets Don't Do

https://jeankwon.substack.com/p/le-hangeul-vu-par-un-ingenieur-ce
2•lautreregard•15m ago•0 comments

"Long-Term Support" doesn't mean what you think

https://pointieststick.com/2026/05/23/long-term-support-doesnt-mean-what-you-think/
2•yonatan8070•16m ago•0 comments

The U.S. Education Department fired workers. Now, it's on a hiring spree

https://text.npr.org/nx-s1-5820922
2•williadc•18m ago•0 comments

A Cattle Ranch Is Doing What Ivy League Colleges Can't

https://www.nytimes.com/2026/05/20/opinion/deep-springs-college-ivy-league-education.html
2•mooreds•18m ago•0 comments

Jimmy Carr on Why Everyone Is Wrong About AI [video]

https://www.youtube.com/watch?v=jaYOskvlq18
3•mooreds•18m ago•0 comments

Show HN: Mac app that unlocks superpowers for GhostCMS sites

https://spectersync.com/
2•aabergkvist•19m ago•0 comments

Only In Monroe –- May 22, 2026 [video]

https://www.youtube.com/watch?v=jJTXB5uT_C4
2•mooreds•19m ago•1 comments

Pardon MIE?

https://ironpeak.be/blog/bypassing-apple-mie/
2•jiveturkey•20m ago•0 comments

The Enshittification of History

https://www.antipope.org/charlie/blog-static/2026/05/the-enshittification-of-histor.html
3•HotGarbage•20m ago•0 comments

Deepfake vids degrade political reputations even when viewers know they're fake

https://www.psypost.org/deepfake-videos-degrade-political-reputations-even-when-viewers-realize-t...
1•gnabgib•23m ago•0 comments

Claude Code isolated inside Docker with dmenu and fzf (POSIX sh)

https://github.com/shirozuki/claude-cli
1•shirozuki•25m ago•0 comments

Show HN: Money Me – finance app that shows your actual spendable balance

https://money-me.com
1•markbarnett3•25m ago•0 comments

Hearts and Minds: An Ambivalent Review of "Project Hail Mary"

https://www.rifters.com/crawl/?p=11659
1•spariev•25m ago•0 comments

zellij-org/awesome-zellij: A list of resources for zellij

https://github.com/zellij-org/awesome-zellij
2•y1n0•28m ago•0 comments

I've Spent 25 Years Studying Loneliness. AI Is About to Make It Worse

https://fortune.com/2026/05/23/loneliness-researcher-ai-companions-social-disconnection-warning/
3•Brajeshwar•31m ago•0 comments

'Future of work' on agenda as NZ govt digital leaders head to Microsoft US HQ

https://www.rnz.co.nz/news/political/596121/future-of-work-on-agenda-as-nz-govt-digital-leaders-h...
4•billybuckwheat•34m ago•0 comments

Garden Grove chemical threat: 40000 evacuated as overheated tank faces explosion

https://www.cnn.com/2026/05/22/us/chemical-spill-orange-county-california
3•amelius•34m ago•0 comments

Edit components and host your website

https://slatehut.com
1•isandeep1995•39m ago•0 comments

Show HN: Runners? This One for You

https://runnerapp.pro/
1•dortal•40m ago•0 comments

Prompts are technical debt too

https://www.seangoedecke.com/prompts-are-technical-debt-too/
1•saikatsg•41m ago•0 comments

Code review is not about catching bugs

https://www.davidpoll.com/2026/02/code-review-is-not-about-catching-bugs/
1•ville•42m ago•0 comments

GateGraph – a gate that decides if an AI agent action may proceed before it runs

https://github.com/humancoreai/Gategraph
1•humancore•45m ago•0 comments

Air France and Airbus found guilty of manslaughter over 2009 plane crash

https://www.bbc.com/news/articles/czd2qmdvmq6o
3•baal80spam•47m ago•0 comments