code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

Some 3ds Max material attributes are not exported: wire, 2-sided, faceted, face map #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I used these attributes which were exported by the Feeling Software plugin. Now 
I moved to OpenCOLLADA and they are not supported anymore. 2-sided is 
especially important to me, I use it to disable back-face culling for some bad 
assets in my engine.

Old FCollada plugin output:

<effect>
  <extra>
    <technique profile="MAX3D">
      <faceted>0</faceted>
      <double_sided>0</double_sided>
      <wireframe>0</wireframe>
      <face_map>0</face_map>
    </technique>
  </extra>
</effect>

Original issue reported on code.google.com by adal.chi...@gmail.com on 20 Feb 2011 at 8:56