How can I make Maya export a mesh as double-sided?
Posted
by
bobobobo
on Game Development
See other posts from Game Development
or by bobobobo
Published on 2012-10-07T15:53:58Z
Indexed on
2012/10/07
21:55 UTC
Read the original article
Hit count: 275
I'm exporting from Maya 2009 to OBJ. The mesh I'm exporting has in it's Render Stats "Double Sided" checked, but when the polygon is exported, only a single side is actually exported.
What really needs to happen is for each polygon that is double sided, two polygons need to be exported, facing in opposite directions..
I can do this manually, but is there a way to make the OBJ exporter do it for me?
© Game Development or respective owner