提交 69818a2b 编写于 作者: T Takahiro

Accept undefined mesh.primitives (for 1.0)

上级 5bef7d69
......@@ -1551,7 +1551,7 @@ THREE.GLTFLoader = ( function () {
if ( mesh.extras ) group.userData = mesh.extras;
var primitives = mesh.primitives;
var primitives = mesh.primitives || [];
for ( var name in primitives ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册