سؤال

Hi does anyone know some software (preferably script), which can do atlas from textures and recalculate the coordinates for models in the COLLADA format?

هل كانت مفيدة؟

المحلول

I wrote one for meshtool. You can use it like this:

meshtool --load_collada file.dae --medium_optimizations --make_atlases \
         --save_collada_zip out.zip

If that doesn't create a full atlas, you might want to also try passing --adjust_texcoords before the --make_atlases.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top