提交 81533ee5 编写于 作者: D dubejf

Reapply fix AWDLoader drawcall conversion after merge

上级 10049e7c
......@@ -699,11 +699,7 @@
attrib = new THREE.BufferAttribute( buffer, 1 );
geom.addAttribute( 'index', attrib );
geom.offsets.push({
start: 0,
index: 0,
count: str_len/2
});
geom.addDrawCall( 0, str_len / 2, 0 );
idx = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册