Skip to content

Commit

Permalink
fix: entity tree
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Oct 9, 2024
1 parent 86515cb commit a4583c4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
Binary file modified .editor/images/project-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 37 additions & 34 deletions assets/scene/main.composite
Original file line number Diff line number Diff line change
Expand Up @@ -90,45 +90,45 @@
"serializationType": "transform"
},
"data": {
"513": {
"515": {
"json": {
"position": {
"x": 0,
"x": 160,
"y": 0,
"z": 0
},
"scale": {
"x": 1,
"y": 1,
"z": 1
"z": 160
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"parent": 514
"scale": {
"x": 1,
"y": 1,
"z": 1
},
"parent": 0
}
},
"514": {
"516": {
"json": {
"position": {
"x": 160,
"y": 0,
"z": 160
},
"scale": {
"x": 1,
"y": 1,
"z": 1
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"scale": {
"x": 1,
"y": 1,
"z": 1
},
"parent": 0
}
}
Expand All @@ -143,14 +143,18 @@
"protocolBuffer": "PBGltfContainer"
},
"data": {
"513": {
"515": {
"json": {
"src": "assets/building/building.glb"
"src": "assets/landscape/landscape.glb",
"visibleMeshesCollisionMask": 1,
"invisibleMeshesCollisionMask": 2
}
},
"514": {
"516": {
"json": {
"src": "assets/landscape/landscape.glb"
"src": "assets/building/building.glb",
"visibleMeshesCollisionMask": 1,
"invisibleMeshesCollisionMask": 2
}
}
}
Expand All @@ -168,14 +172,14 @@
"serializationType": "map"
},
"data": {
"513": {
"515": {
"json": {
"value": "building.glb"
"value": "landscape.glb"
}
},
"514": {
"516": {
"json": {
"value": "landscape.glb"
"value": "building.glb"
}
}
}
Expand All @@ -193,9 +197,9 @@
"serializationType": "map"
},
"data": {
"513": {
"516": {
"json": {
"gizmo": 0
"gizmo": 3
}
}
}
Expand Down Expand Up @@ -3834,25 +3838,24 @@
"entity": 0,
"open": true,
"children": [
513,
514
515,
516
]
},
{
"entity": 513,
"entity": 1,
"children": []
},
{
"entity": 514,
"open": true,
"entity": 2,
"children": []
},
{
"entity": 1,
"entity": 515,
"children": []
},
{
"entity": 2,
"entity": 516,
"children": []
}
]
Expand Down Expand Up @@ -4117,10 +4120,10 @@
"serializationType": "map"
},
"data": {
"513": {
"515": {
"json": {}
},
"514": {
"516": {
"json": {}
}
}
Expand Down
Binary file modified main.crdt
Binary file not shown.

0 comments on commit a4583c4

Please sign in to comment.