提交 0becbb6d 编写于 作者: M Mr.doob

LOD: Clean up.

上级 81a7fd79
......@@ -164,10 +164,10 @@ THREE.LOD.prototype.toJSON = function ( meta ) {
var level = levels[ i ];
data.object.levels.push({
distance: level.distance,
object: level.object.uuid
});
data.object.levels.push( {
object: level.object.uuid,
distance: level.distance
} );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册