提交 faa51af9 编写于 作者: M Mugen87

ColladaLoader: Clean up

上级 4eb5068b
......@@ -2107,7 +2107,7 @@ THREE.ColladaLoader.prototype = {
if ( primitives.length === 0 ) return {};
// our goal is to create one buffer geoemtry for a single type of primitives
// our goal is to create one buffer geometry for a single type of primitives
// first, we group all primitives by their type
var groupedPrimitives = groupPrimitives( primitives );
......@@ -3309,7 +3309,7 @@ THREE.ColladaLoader.prototype = {
if ( object.name === '' ) {
object.name = ( type === 'JOINT' ) ? data.sid : data.name;
}
object.matrix.copy( matrix );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册