Skip to content

Commit

Permalink
fix: cauldron z fighting
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jul 24, 2023
1 parent ab211c1 commit 6bc2d79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"elements": [
{
"from": [3, 3.4, 3],
"to": [12.999, 18.4, 4],
"from": [3.01, 3.39, 3],
"to": [12.99, 18.39, 4],
"faces": {
"north": {"uv": [0, 0, 1.25, 1.875], "texture": "#texture"},
"east": {"uv": [1.125, 7.75, 1.25, 9.625], "texture": "#texture"},
Expand All @@ -20,8 +20,8 @@
}
},
{
"from": [3, 3.4, 12],
"to": [13.001, 18.4, 13],
"from": [3.01, 3.39, 12],
"to": [12.99, 18.39, 13],
"faces": {
"north": {"uv": [0, 1.875, 1.25, 3.75], "texture": "#texture"},
"east": {"uv": [1, 8.5, 1.125, 10.375], "texture": "#texture"},
Expand All @@ -32,8 +32,8 @@
}
},
{
"from": [12, 3.4, 3],
"to": [13, 18.4, 13.001],
"from": [12, 3.4, 2.99],
"to": [13, 18.4, 12.97],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 11.5]},
"faces": {
"north": {"uv": [7.375, 8.5, 7.5, 10.375], "texture": "#texture"},
Expand All @@ -45,8 +45,8 @@
}
},
{
"from": [3, 3.4, 3],
"to": [4, 18.4, 13.001],
"from": [3, 3.4, 3.01],
"to": [4, 18.4, 12.99],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 20.5, 11.5]},
"faces": {
"north": {"uv": [8.5, 7.5, 8.625, 9.375], "texture": "#texture"},
Expand Down Expand Up @@ -375,12 +375,6 @@
"color": 0,
"children": [0, 1, 2, 3, 4]
},
{
"name": "coal",
"origin": [15, 4, 8],
"color": 0,
"children": []
},
{
"name": "frame",
"origin": [8, 8, 8],
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 6bc2d79

Please sign in to comment.