Viewing a single comment thread. View all comments

a_marklar t1_jdx7ryn wrote

In a limited sense, we're already there. For example, the microsoft avatar generation.

I'd guess that its very unlikely that generative models will use triangles. Point clouds, SDFs, parametric surfaces all seem to be better data formats for these types of things. Those can all be converted to triangle meshes if that's required.

3

NotDoingResearch2 t1_je7lqmi wrote

How easy is it to convert point clouds or SDFs to triangle based meshes with useable topology?

1

a_marklar t1_je7ogfc wrote

Depends what exactly useable topology means to you but my first stop is always CGAL

1