added first version of solar panel model

This commit is contained in:
Flotschispielt
2026-02-06 18:16:38 +01:00
parent 2370f624c7
commit 2ccc7ba5e3
3 changed files with 163 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,162 @@
{
"nodes": [
{
"id": "1",
"name": "cube",
"position": {"x": 1, "y": 0, "z": 0},
"orientation": {"x": 0, "y": 0, "z": 0, "w": 1},
"shape": {
"type": "box",
"offset": {"x": -1, "y": 3, "z": 0},
"stretch": {"x": 1, "y": 1, "z": 1},
"settings": {
"isPiece": false,
"size": {"x": 22, "y": 6, "z": 26},
"isStaticBox": true
},
"textureLayout": {
"back": {
"offset": {"x": 44, "y": 43},
"mirror": {"x": false, "y": false},
"angle": 0
},
"right": {
"offset": {"x": 44, "y": 31},
"mirror": {"x": false, "y": false},
"angle": 0
},
"front": {
"offset": {"x": 44, "y": 49},
"mirror": {"x": false, "y": false},
"angle": 0
},
"left": {
"offset": {"x": 44, "y": 37},
"mirror": {"x": false, "y": false},
"angle": 0
},
"top": {
"offset": {"x": 22, "y": 57},
"mirror": {"x": true, "y": true},
"angle": 0
},
"bottom": {
"offset": {"x": 44, "y": 31},
"mirror": {"x": true, "y": false},
"angle": 0
}
},
"unwrapMode": "custom",
"visible": true,
"doubleSided": false,
"shadingMode": "flat"
}
},
{
"id": "2",
"name": "cube",
"position": {"x": 0, "y": 5, "z": -2},
"orientation": {"x": 0, "y": 0, "z": 0, "w": 1},
"shape": {
"type": "box",
"offset": {"x": 0, "y": 10, "z": 2.5},
"stretch": {"x": 1, "y": 1, "z": 1},
"settings": {
"isPiece": false,
"size": {"x": 6, "y": 20, "z": 5},
"isStaticBox": true
},
"textureLayout": {
"back": {
"offset": {"x": 44, "y": 55},
"mirror": {"x": false, "y": false},
"angle": 0
},
"right": {
"offset": {"x": 56, "y": 55},
"mirror": {"x": false, "y": false},
"angle": 0
},
"front": {
"offset": {"x": 50, "y": 55},
"mirror": {"x": false, "y": false},
"angle": 0
},
"left": {
"offset": {"x": 0, "y": 57},
"mirror": {"x": false, "y": false},
"angle": 0
},
"top": {
"offset": {"x": 42, "y": 62},
"mirror": {"x": true, "y": true},
"angle": 0
},
"bottom": {
"offset": {"x": 66, "y": 6},
"mirror": {"x": true, "y": false},
"angle": 0
}
},
"unwrapMode": "custom",
"visible": true,
"doubleSided": false,
"shadingMode": "flat"
}
},
{
"id": "3",
"name": "cube",
"position": {"x": 14, "y": 28, "z": -5},
"orientation": {"x": 0.27983, "y": 0, "z": 0, "w": 0.96005},
"shape": {
"type": "box",
"offset": {"x": -14, "y": 0.5, "z": 5.5},
"stretch": {"x": 1, "y": 1, "z": 1},
"settings": {
"isPiece": false,
"size": {"x": 30, "y": 3, "z": 31},
"isStaticBox": true
},
"textureLayout": {
"back": {
"offset": {"x": 60, "y": 3},
"mirror": {"x": false, "y": false},
"angle": 0
},
"right": {
"offset": {"x": 5, "y": 57},
"mirror": {"x": false, "y": false},
"angle": 0
},
"front": {
"offset": {"x": 5, "y": 60},
"mirror": {"x": false, "y": false},
"angle": 0
},
"left": {
"offset": {"x": 60, "y": 0},
"mirror": {"x": false, "y": false},
"angle": 0
},
"top": {
"offset": {"x": 30, "y": 31},
"mirror": {"x": true, "y": true},
"angle": 0
},
"bottom": {
"offset": {"x": 60, "y": 0},
"mirror": {"x": true, "y": false},
"angle": 0
}
},
"unwrapMode": "custom",
"visible": true,
"doubleSided": false,
"shadingMode": "flat"
}
}
],
"format": "prop",
"lod": "auto"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB