Files
rushroom/pane_layout.json
T

80 lines
1.4 KiB
JSON
Raw Normal View History

2024-11-25 16:21:24 -07:00
[
{
"pane": {
"type": "BluePane"
},
"id": "BLUE",
"mode": "Left"
2024-11-22 21:08:08 -07:00
},
2024-11-25 16:21:24 -07:00
{
"pane": {
"type": "GreenPane"
},
"id": "Green",
"mode": "Bottom"
},
{
"pane": {
"type": "PointRendererPane"
},
"id": "Point Cloud",
"mode": "Center"
},
{
"pane": {
"type": "PipelinePane",
"snarl": {
"nodes": {
"0": {
"value": {
"type": "Node1"
},
"pos": {
"x": -56.0,
"y": -52.5
},
"open": true
},
"1": {
"value": {
"type": "Node1"
},
"pos": {
"x": -61.21814,
"y": 155.28181
},
"open": true
}
},
"wires": [
{
"out_pin": {
"node": 1,
"output": 0
},
"in_pin": {
"node": 0,
"input": 0
}
},
{
"out_pin": {
"node": 0,
"output": 0
},
"in_pin": {
"node": 1,
"input": 0
}
}
]
},
"style": {
"select_rect_contained": null
},
"snarl_ui_id": 12028535709621507733
},
"id": "Pipeline Pane",
"mode": "Right"
2024-11-22 21:08:08 -07:00
}
2024-11-25 16:21:24 -07:00
]