提交 e7308be9 编写于 作者: T tschw

Blender: Set .itemSize of index buffer to 1.

上级 433e7481
......@@ -496,7 +496,7 @@ class Geometry(base_classes.BaseNode):
self[constants.ATTRIBUTES][key][constants.ARRAY] = array
self[constants.ATTRIBUTES][constants.INDEX] = {
constants.ITEM_SIZE: 3,
constants.ITEM_SIZE: 1,
constants.TYPE: option_index_type,
constants.ARRAY: index_data
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册