提交 5f355ac1 编写于 作者: M Mr.doob

Merge pull request #5833 from mpk/fix-blender-exporter

Fix Blender UV export for BufferGeometry
......@@ -140,6 +140,7 @@ def buffer_uv(mesh, options):
uv = (uv.uv[0], uv.uv[1])
if round_off:
uv = utilities.round_off(uv, round_val)
uvs_.extend(uv)
return uvs_
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册