zzyunzhi / scene-language

The Scene Language: Representing Scenes with Programs, Words, and Embeddings (arXiv preprint)
https://ai.stanford.edu/~yzzhang/projects/scene-language/
134 stars 5 forks source link

export mesh and texture #1

Open sekkit opened 1 week ago

sekkit commented 1 week ago

how to export texture and mesh as in your samples?

zzyunzhi commented 1 week ago

Hi, this functionality is not currently supported. However, if you'd like to export Mitsuba outputs to mesh, you may find this helpful: https://mitsuba.readthedocs.io/en/latest/src/how_to_guides/mesh_io_and_manipulation.html#Writing-a-mesh-to-disk. Thanks!