ashawkey / dreamfields-torch

A pytorch implementation of dreamfields with modifications.
MIT License
140 stars 54 forks source link

How to save a textured mesh? (by using vertex colors) #8

Open niceszett opened 1 year ago

niceszett commented 1 year ago

Hi there, first of all thanks for this amazing repository!

I figured out both, to run it on Google Colab as well as locally on Ubuntu-22.04 (WSL). I realized that saving the mesh is actually only possible by using the '--gui' argument. However, what I still don't get is how to save the mesh including vertex colors?

The mesh on it's own looks really good but I would love to add vertex colors as well! Any help would be greatly appreciated.

Thanks and many greetings :)