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!

HN Reader – Browse Hacker News and Clip Articles to Obsidian

https://hn.jsdev.space/
1•javatuts•1m ago•0 comments

Photons behave if you try to cut them

https://www.newscientist.com/article/2528339-photons-behave-very-strangely-if-you-try-to-cut-them/
1•emot•2m ago•0 comments

The people who actually want AI to replace humanity

https://www.vox.com/future-perfect/489976/ai-successionism-transhumanism-posthumanism
1•plastic-enjoyer•2m ago•0 comments

The Difference Between Incident and Catastrophe

https://cabreza.substack.com/p/the-difference-between-incident-and
1•fathermarz•3m ago•0 comments

[H2] Enable RDP and Remote Registry on Win 10 or 11 – Risks and Considerations

https://tsplus.net/advanced-security/blog/enable-rdp-remote-registry-windows-10-or-11/
1•rolph•4m ago•0 comments

Kambo: What is the frog poison 'spiritual ritual' killing detoxers?

https://www.aljazeera.com/news/2026/5/29/kambo-what-is-the-frog-poison-spiritual-ritual-killing
1•YeGoblynQueenne•5m ago•0 comments

AI bots ignore evidence. Can we trust them with science?

https://www.sciencenews.org/article/ai-ignore-evidence-trust-science
1•YeGoblynQueenne•6m ago•0 comments

Show HN: Use Chrome DevTools Protocol to Control WinForm/MFC Apps

https://github.com/AIGCEra/Creator
1•tangramdev•7m ago•0 comments

Cloudflare Turnstile requiring fingerprintable WebGL

https://hacktivis.me/articles/cloudflare-turnstile-webgl-fingerprinting
2•HypnoticOcelot•9m ago•0 comments

Claude Code and Codex Can Have Real-Time Conversation via Git

https://medium.com/@Koukyosyumei/claude-code-and-codex-can-have-real-time-conversation-via-git-f9...
1•syumei•10m ago•0 comments

Frost: [Browser] Fingerprinting Remotely Using OPFS-Based SSD Timing [pdf]

https://hannesweissteiner.com/pdfs/frost.pdf
2•simjnd•12m ago•0 comments

New DuckDB-Iceberg Features in v1.5.3

https://duckdb.org/2026/05/29/new-iceberg-features
1•tosh•16m ago•0 comments

A local-first explainer-video generator (Kokoro TTS, no cloud, no paid SaaS)

https://github.com/nemock/video-explainer-system
1•nemock•17m ago•0 comments

Content Distributor & tool builder

1•Arbinv•19m ago•0 comments

Why Technical Founders Struggle with Marketing

https://contentstack.substack.com/p/why-technical-founders-struggle-with
1•thaliabarrera•20m ago•0 comments

Radiation Device Placed in Brain Cuts Tumor Recurrence, Boosts Survival

https://www.wsj.com/health/healthcare/radiation-device-placed-in-brain-cuts-tumor-recurrence-boos...
1•bookofjoe•22m ago•1 comments

Functional vs. Array Programming (2021) [video]

https://www.youtube.com/watch?v=UogkQ67d0nY
1•tosh•22m ago•0 comments

The Problem of AI Builders; Eric Ries Does Not Help

https://age-of-product.com/ai-builders/
1•swolpers•23m ago•0 comments

Why I'm building a runtime governance layer for AI agents and Apps

https://www.indiehackers.com/post/is-system-prompting-enough-for-production-why-i-m-building-a-ru...
1•piyush165•26m ago•0 comments

I Put a Datacenter GPU in My Gaming PC for £200

https://blog.tymscar.com/posts/v100localllm/
12•birdculture•29m ago•1 comments

Ask HN: Corporate Disconnect Between "Tokenmaxxing" and Token Optimization

1•mc-0•29m ago•0 comments

Desire for privacy is slowly killing this symbol of the American Dream

https://www.washingtonpost.com/nation/2026/05/31/white-picket-fences-were-american-dream-now-peop...
2•wallflower•29m ago•0 comments

Show HN: Homerockr – Home maintenance tracker to prevent costly repairs

https://www.homerockr.com
1•Sharanxxxx•30m ago•0 comments

AI is causing a crisis of agency

https://www.theatlantic.com/technology/2026/05/ai-agents-agency-crisis-humanity/687379/
3•fortran77•30m ago•0 comments

Researchers teach brain cells to play 'Doom'

https://phys.org/news/2026-05-brain-cells-play-doom.html
1•shikaan•31m ago•0 comments

Turn your PC, Mac, or Linux box into an AI server

https://github.com/Light-Heart-Labs/DreamServer
1•dreamserver•38m ago•0 comments

The S in Interoperability

https://frederikbraun.de/the-s-in-interoperability.html
1•conslit•39m ago•0 comments

Why I eventually quit my successful (and profitable) YouTube channel

https://mikeshuey.com/i-quit-my-successful-youtube-channel/
3•BrunoBernardino•44m ago•0 comments

AiLock: Hide source from AI assistants while tests still run

https://github.com/lo2589/AILOCK
1•yoliliya•45m ago•0 comments

Chat Bar Isn't Lazy Design

https://metedata.substack.com/p/006-the-chat-bar-isnt-lazy-design
1•young_mete•45m ago•0 comments