Skip to content

Commit

Permalink
Fix inconsistencies in the textures/models of some lit cubes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart3r1234 committed Feb 3, 2024
1 parent 60ea080 commit c22ceed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"to": [13, 10, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [5, 0, 10, 5], "texture": "#2"},
"east": {"uv": [5, 0, 10, 5], "texture": "#2"},
"south": {"uv": [5, 0, 10, 5], "texture": "#2"},
"west": {"uv": [5, 0, 10, 5], "texture": "#2"},
"up": {"uv": [5, 0, 10, 5], "texture": "#2"},
"down": {"uv": [5, 0, 10, 5], "texture": "#2"}
"north": {"uv": [10, 0, 15, 5], "texture": "#2"},
"east": {"uv": [10, 0, 15, 5], "texture": "#2"},
"south": {"uv": [10, 0, 15, 5], "texture": "#2"},
"west": {"uv": [10, 0, 15, 5], "texture": "#2"},
"up": {"uv": [10, 0, 15, 5], "texture": "#2"},
"down": {"uv": [10, 0, 15, 5], "texture": "#2"}
}
},
{
"from": [3, 0, 3],
"to": [13, 10, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 5, 5], "texture": "#1"},
"east": {"uv": [0, 0, 5, 5], "texture": "#1"},
"south": {"uv": [0, 0, 5, 5], "texture": "#1"},
"west": {"uv": [0, 0, 5, 5], "texture": "#1"},
"up": {"uv": [0, 0, 5, 5], "texture": "#1"},
"down": {"uv": [0, 0, 5, 5], "texture": "#1"}
"north": {"uv": [5, 0, 10, 5], "texture": "#1"},
"east": {"uv": [5, 0, 10, 5], "texture": "#1"},
"south": {"uv": [5, 0, 10, 5], "texture": "#1"},
"west": {"uv": [5, 0, 10, 5], "texture": "#1"},
"up": {"uv": [5, 0, 10, 5], "texture": "#1"},
"down": {"uv": [5, 0, 10, 5], "texture": "#1"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"to": [13, 10, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [5, 0, 10, 5], "texture": "#1"},
"east": {"uv": [5, 0, 10, 5], "texture": "#1"},
"south": {"uv": [5, 0, 10, 5], "texture": "#1"},
"west": {"uv": [5, 0, 10, 5], "texture": "#1"},
"up": {"uv": [5, 0, 10, 5], "texture": "#1"},
"down": {"uv": [5, 0, 10, 5], "texture": "#1"}
"north": {"uv": [10, 0, 15, 5], "texture": "#1"},
"east": {"uv": [10, 0, 15, 5], "texture": "#1"},
"south": {"uv": [10, 0, 15, 5], "texture": "#1"},
"west": {"uv": [10, 0, 15, 5], "texture": "#1"},
"up": {"uv": [10, 0, 15, 5], "texture": "#1"},
"down": {"uv": [10, 0, 15, 5], "texture": "#1"}
}
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c22ceed

Please sign in to comment.