提交 b3f1af83 编写于 作者: C Chris

remove local used in debugging

上级 f58c4167
......@@ -557,8 +557,7 @@ def parse_obj(fname):
if vertex['n'] < 0:
vertex['n'] += normlen
normal_index.append(vertex['n'])
d = {
faces.append({
'vertex':vertex_index,
'uv':uv_index,
'normal':normal_index,
......@@ -567,8 +566,7 @@ def parse_obj(fname):
'group':group,
'object':object,
'smooth':smooth,
}
faces.append(d)
})
# Group
if chunks[0] == "g" and len(chunks) == 2:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册