mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
fix rotation and uv bugs in sign model
This commit is contained in:
parent
eb5728f67b
commit
f53fb5a9e3
@ -1,4 +1,4 @@
|
|||||||
Cube uv:
|
Cube uv:
|
||||||
|
|
||||||
bottom->top
|
bottom->top
|
||||||
east->north->south->west
|
east->north->west->south
|
||||||
|
@ -4,7 +4,10 @@
|
|||||||
"__comment": "Sign",
|
"__comment": "Sign",
|
||||||
"from": [0, 9.5, 7],
|
"from": [0, 9.5, 7],
|
||||||
"to": [16, 17.5, 9],
|
"to": [16, 17.5, 9],
|
||||||
"y": 180,
|
"rotation": {
|
||||||
|
"axis": "Y",
|
||||||
|
"angle": 180.0
|
||||||
|
},
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"down": {
|
||||||
"uv": [0.5, 0, 4.5, 1],
|
"uv": [0.5, 0, 4.5, 1],
|
||||||
@ -19,15 +22,15 @@
|
|||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
},
|
},
|
||||||
"north": {
|
"north": {
|
||||||
"uv": [0.5, 1, 4.5, 7],
|
"uv": [0.5, 1, 6.5, 7],
|
||||||
"texture": "#sign"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [4.5, 1, 8.0, 7],
|
|
||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
},
|
},
|
||||||
"west": {
|
"west": {
|
||||||
"uv": [8.0, 1, 8.5, 7],
|
"uv": [6.5, 1, 7.0, 7],
|
||||||
|
"texture": "#sign"
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [7.0, 1, 13.0, 7],
|
||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -36,7 +39,10 @@
|
|||||||
"__comment": "Stick",
|
"__comment": "Stick",
|
||||||
"from": [7.5, 0, 7.5],
|
"from": [7.5, 0, 7.5],
|
||||||
"to": [8.5, 9.5, 8.5],
|
"to": [8.5, 9.5, 8.5],
|
||||||
"y": 180,
|
"rotation": {
|
||||||
|
"axis": "Y",
|
||||||
|
"angle": 180.0
|
||||||
|
},
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {
|
"down": {
|
||||||
"uv": [0.5, 7, 1.0, 7.5],
|
"uv": [0.5, 7, 1.0, 7.5],
|
||||||
@ -51,11 +57,11 @@
|
|||||||
"uv": [0.5, 8, 1.0, 15],
|
"uv": [0.5, 8, 1.0, 15],
|
||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
},
|
},
|
||||||
"south": {
|
"west": {
|
||||||
"uv": [1.0, 8, 1.5, 15],
|
"uv": [1.0, 8, 1.5, 15],
|
||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
},
|
},
|
||||||
"west": {
|
"south": {
|
||||||
"uv": [1.5, 8, 2.0, 15],
|
"uv": [1.5, 8, 2.0, 15],
|
||||||
"texture": "#sign"
|
"texture": "#sign"
|
||||||
}
|
}
|
||||||
|
@ -19,19 +19,19 @@
|
|||||||
"cullface": "east"
|
"cullface": "east"
|
||||||
},
|
},
|
||||||
"north": {
|
"north": {
|
||||||
"uv": [0.5, 1, 4.5, 7],
|
"uv": [0.5, 1, 6.5, 7],
|
||||||
"texture": "#sign",
|
"texture": "#sign",
|
||||||
"cullface": "north"
|
"cullface": "north"
|
||||||
},
|
},
|
||||||
"south": {
|
|
||||||
"uv": [4.5, 1, 8.0, 7],
|
|
||||||
"texture": "#sign",
|
|
||||||
"cullface": "south"
|
|
||||||
},
|
|
||||||
"west": {
|
"west": {
|
||||||
"uv": [8.0, 1, 8.5, 7],
|
"uv": [6.5, 1, 7.0, 7],
|
||||||
"texture": "#sign",
|
"texture": "#sign",
|
||||||
"cullface": "west"
|
"cullface": "west"
|
||||||
|
},
|
||||||
|
"south": {
|
||||||
|
"uv": [7.0, 1, 13.0, 7],
|
||||||
|
"texture": "#sign",
|
||||||
|
"cullface": "south"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user