提交 ad482004 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10581 from Sebasdc/export_double_sided_attribute

Export doubleSided attribute
......@@ -706,6 +706,7 @@ def materials(mesh, options):
constants.BLENDING: material.blending(mat),
constants.DEPTH_TEST: material.depth_test(mat),
constants.DEPTH_WRITE: material.depth_write(mat),
constants.DOUBLE_SIDED: material.double_sided(mat),
constants.DBG_NAME: mat.name,
constants.DBG_COLOR: dbg_color,
constants.DBG_INDEX: index
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册