D
D
diamond32013-05-13 13:45:58
Programming
diamond3, 2013-05-13 13:45:58

Delaunay algorithm for tessellation of a 3D model by its texture?

Delaunay-tessellation of pictures is a fairly common game. It's usually used to get a stylized image: neoformix.com/2012/DelaunayImages2.html
It's strange that no one has yet tried to use the same principle for tessellation of 3D models to turn texture colors into model vertex colors. A similar thing was used in HomeWorld for the background - simonschreibt.blogspot.com/2013/03/homeworld-backg... , which allowed them to save on very detailed textures. However, this utility creates only spherical models, I would like to tessellate arbitrary models. Especially interesting is the use of such tessellation to store light maps - a certain approximation is allowed here.
Does anyone know of similar utilities? If not, perhaps there are sites where you can throw ideas for students, and they will develop algorithms for their coursework and for open source? :)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question