logoalt Hacker News

LarsDu88today at 3:06 PM1 replyview on HN

The leading 3d gen techniques are latent diffusion models that work off voxelized intermediate representations of objects. When you convert these into meshes, very often they will have poor topology. Topology is important if you need to modify these meshes or animate them. Bad topology and excess verts is also bad if you're building assets for a game.

There's still more refinement of existing techniques that need to be done before AI generated 3d models match what humans produce.


Replies

site-packages1today at 3:12 PM

My experience here has been so bad with the topology that I usually use the created mesh as an example and rebuild the whole thing from scratch to reduce the verts. Not even worth the time.

show 1 reply