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!

Why Software Requirements Get Easier in an AI Economy

https://stng.substack.com/p/why-software-requirements-get-easier
1•matt_d•4m ago•0 comments

Show HN: Y – A malleable coding-agent desktop app built with Electron

https://github.com/y-times-y/y
1•HetPatel106•4m ago•0 comments

Get hired faster with data and AI tools to autofill and track

https://www.froghire.ai/
1•Rahul_Ubale•5m ago•0 comments

CISA now has full Mythos Preview access

https://www.nextgov.com/cybersecurity/2026/06/cisa-now-has-full-mythos-preview-access-people-fami...
2•Jimmc414•6m ago•0 comments

A free gift registry where the owner never sees who claimed what

https://giftgiving.fun/
1•dmcgahan•7m ago•0 comments

A Rust macros use case: Tightly-coupled API definitions for a client and server

https://adenalhardan.com/#rust-macros-client-server
1•adenalhardan•9m ago•0 comments

Show HN: Cruit.dev – Get hired at a startup based on your coding agent skills

https://cruit.dev
1•nwang783•9m ago•0 comments

Cheyenne OK's Microsoft Annexation, Rejects $50M Community Benefits Deal

https://cowboystatedaily.com/2026/06/23/cheyenne-oks-huge-microsoft-annexation-rejects-50m-commun...
2•andrekandre•10m ago•0 comments

Show HN: An eligibility agent focused on claims denials

https://www.substrateai.com/blog/introducing-the-substrate-eligibility-agent
1•kunle•11m ago•0 comments

Stop asking AI if your startup idea is good

https://www.idea-launch.io/learn/ai-idea-validator-vs-real-demand-signals
1•apsquared•13m ago•2 comments

Measuring Search Ranking Quality with LLM Judged NDCG

https://corvi.careers/blog/search-eval-llm-judges-ndcg/
2•sp1982•15m ago•0 comments

Americans Got Tricked into Using a Bank That Isn't a Bank [video]

https://www.youtube.com/watch?v=hiE7NvONU5U
1•mgh2•16m ago•0 comments

The Internet Isn't in the Cloud.It's on the Ocean Floor

https://axisbrief.substack.com/p/the-internet-isnt-in-the-cloud-its
2•Axis_Brief•19m ago•0 comments

Eruda – JavaScript Console

https://eruda.liriliri.io/docs/
1•razodactyl•21m ago•0 comments

FEXPRs vs. vtable: how LispE interpreter works

https://github.com/naver/lispe/wiki/2.7-FEXPR-vs.-vtable
1•birdculture•22m ago•0 comments

Prairieland Defendants Sentenced Today to Prison Terms Ranging from 30-100 Years

https://prairielanddefendants.com/press-release/eight-federal-prairieland-defendants-sentenced-to...
2•panic•26m ago•0 comments

Throwing My Roku in the Trash

https://www.coryd.dev/posts/2026/throwing-my-roku-in-the-trash
2•cdrnsf•26m ago•1 comments

GitKraken Unveils Code Flow to Help Teams Navigate the AI Era

https://sdtimes.com/softwaredev/gitkraken-unveils-code-flow-to-help-teams-navigate-the-ai-era/
2•doodlesdev•26m ago•0 comments

System prompt to defend against "Project 545" Generative Engine Optimization

https://pastebin.com/Z2cRVKXP
1•KoftaBob•27m ago•0 comments

Bicameral, Not Homoiconic

https://parentheticallyspeaking.org/articles/bicameral-not-homoiconic/
1•andsoitis•29m ago•0 comments

Vulnerability reports are not special anymore

https://words.filippo.io/vuln-reports/
5•goranmoomin•37m ago•0 comments

FAA awards software and AI contract as part of air traffic control modernization

https://www.nextgov.com/acquisition/2026/06/faa-awards-software-and-ai-contract-part-air-traffic-...
1•WaitWaitWha•41m ago•0 comments

House passes bill to lower housing costs, sending it to Trump's desk

https://www.nbcnews.com/politics/congress/house-passes-sweeping-bill-lower-housing-costs-sending-...
3•toomuchtodo•41m ago•3 comments

AI systems out-persuade expert humans

https://arxiv.org/abs/2606.16475
1•marojejian•43m ago•2 comments

Russia forces universities to teach drone warfare from September 2026

https://mezha.net/eng/bukvy/c3b94111_russia_forces_universities/
2•gnabgib•44m ago•0 comments

Reinforcement learning towards broadly and persistently beneficial models

https://alignment.openai.com/beneficial-rl/
1•vesteny77•48m ago•0 comments

The Secret Life of Circuits by Michal Zalewski (lcamtuf)

https://nostarch.com/secret-life-of-circuits
1•Curiositry•48m ago•0 comments

Russian Warship RIP – Tracking Losses

https://russianwarship.rip/en
2•sans_souse•49m ago•0 comments

Talk to Your Plant

https://github.com/openai/planttalk
2•bakigul•50m ago•0 comments

Let's say you're hungry for a sandwich

https://beige.party/@Lana/116795397010653803
3•colinprince•50m ago•0 comments