提交 0d19af32 编写于 作者: M Mugen87

Tests: Fix unit test for Object3D.toJSON()

上级 1be56d6c
......@@ -512,16 +512,25 @@ export default QUnit.module( 'Core', () => {
"receiveShadow": true,
"visible": false,
"userData": { "foo": "bar" },
"layers": {
"mask": 1
},
"matrix": [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ],
"children": [
{
"uuid": "5D4E9AE8-DA61-4912-A575-71A5BE3D72CD",
"type": "Object3D",
"layers": {
"mask": 1
},
"matrix": [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ],
"children": [
{
"uuid": "B43854B3-E970-4E85-BD41-AAF8D7BFA189",
"type": "Object3D",
"layers": {
"mask": 1
},
"matrix": [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ]
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册