TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

50 点作者 ibobev10 天前

4 条评论

whizzter10 天前
Interesting paper for someone fiddling with implicit surfaces, but it&#x27;s gonna take a little while to digest it. Also there&#x27;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).<p>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).<p>Post-modelling it should hold up, but would the maps retain similarity (or enable transferability) if the implicit model structure changes?<p>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).
评论 #43965580 未加载
jplusequalt10 天前
What a great paper. This paper is an example of why I find computer graphics to be the most interesting subset of computer science.
评论 #43965596 未加载
Remnant449 天前
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&#x27;m very looking forward to reading it in depth.<p>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&#x27;s also refreshing to read something that is not neuro-AI-generation of this or that for a change!
kaoD10 天前
Related question: I&#x27;m coding a demo (as in &quot;demoscene&quot;) and want to displace a plane SDF (think e.g. a heightmap) for raymarching.<p>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.<p>Is there any way to fix this or am I SOL?
评论 #43964751 未加载
评论 #43966105 未加载
评论 #43965391 未加载